COLOR #ED90D8

HEX: #ED90D8
RGB: (237,144,216)

Renk bilgisi

#ED90D8 contains mainly red and blue colors. #ED90D8 ‘ nin web güvenlik rengi #FF99CC (ya da #F9C) dir.

RGB renk modeli

#ED90D8 color RGB value is (237,144,216).

  • kırmız ton 237;
  • yeşil ton 144;
  • mavi ton 216.
RGB:
(237,144,216)
(93%,56%,85%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 144 of 255 = 56%
B 216 of 255 = 85%

237
144
216

R + G + B ~ 78%. #ED90D8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 144 + 216 = 597 (100%)
R 237 of 597 ~ 39.7%
G 144 of 597 ~ 24.12%
B 216 of 597 ~ 36.18%

%39.7
%24.12
%36.18

CMYK RENK MODELİ

#ED90D8 rengi CMYK tonu (0,39,9,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.24%
  • sarı tonu 8.86%
  • ana renk tonu 7.06%
CMYK:
(0,39,9,7)
C0M39Y9K7 
(0%,39%,9%,7%)
(0.00/0.39/0.09/0.07)	

CMYK yüzdeleri

%0
%39.24
%8.86
%7.06

Codes

Color #ED90D8 in popluar color models

ED90D8
RGB237144216
HSL314°72.09%74.71%
HSB/HSV314°39.24%92.94%
CMYK0.00%39.24%8.86%
7.06%

Color #ED90D8 in popluar number systems.

HEXED90D8
Decimal237144216
Binary111011011001000011011000
Octal355220330

Shades and tints

Shades of #ED90D8

#ED90D8
(237,144,216)
#D883C5
(216,131,197)
#C376B2
(195,118,178)
#AE699F
(174,105,159)
#995C8C
(153,92,140)
#844F79
(132,79,121)
#6F4266
(111,66,102)
#5A3553
(90,53,83)
#452840
(69,40,64)
#301B2D
(48,27,45)
#1B0E1A
(27,14,26)
#000000
(0,0,0)

Tints of #ED90D8

#ED90D8
(237,144,216)
#EE9ADB
(238,154,219)
#EFA4DE
(239,164,222)
#F0AEE1
(240,174,225)
#F1B8E4
(241,184,228)
#F2C2E7
(242,194,231)
#F3CCEA
(243,204,234)
#F4D6ED
(244,214,237)
#F5E0F0
(245,224,240)
#F6EAF3
(246,234,243)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED90D8 color. Also use rgb(237,144,216) instead hex code.

Text Font Color

.myTextColor { color: #ED90D8; }

<p style="color:#ED90D8">This sample text font color is #ED90D8.</p>

This text font color is #ED90D8.


Background Color

.myBgColor { background-color: #ED90D8; }

<div style="background-color:#ED90D8">Inner text</div>

This div background color is #ED90D8.


Border color

.myBorderColor { border: 1px solid #ED90D8; }

<div style="border:3px solid #ED90D8">Div</div>

This div border color is #ED90D8.


Opacity

.myOpacity80 { color: #ED90D8; opacity: 0.8; }

<p style="color:#ED90D8;opacity:0.8;">80%</p>

Text with #ED90D8 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #ED90D8;}

<p style="text-shadow: 3px 3px 1px #ED90D8">Text here.</p>

This text has shadow with #ED90D8 color.

.textShadow {text-shadow: 3px 3px 1px #ED90D8, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #ED90D8, 5px 5px 20px red">Text here.</p>

This text has shadow with #ED90D8 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ED90D8, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#ED90D8, Direction=45, Strength=4)">Text</p>

This text has shadow with #ED90D8 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #ED90D8;
  -webkit-box-shadow:	1px 1px 3px 2px #ED90D8;
  box-shadow:		1px 1px 3px 2px #ED90D8;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ED90D8;
-webkit-box-shadow: 1px 1px 3px 2px #ED90D8;
box-shadow:1px 1px 3px 2px #ED90D8;">
Div content here</div>
This div box has shadow with color #ED90D8.

Preview

Color preview on black background

This text has color #ED90D8 on black background.


Color preview on white background

This text has color #ED90D8 on white background.



Black color preview on #ED90D8 background

This text has black color on #ED90D8 background.


White color preview on #ED90D8 background

This text has white color on #ED90D8 background.