Html Css Color HEX #ED90B2 Illusion

📋 copy color: '#ED90B2'

red 237 ◦ green 144 ◦ blue 178

#ED90B2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Illusion #ED90B2

Tints of Illusion #ED90B2

RGB

 RED value IS 237 (92.97% from 255) = 42.4%

 GREEN value IS 144 (56.64% from 255) = 25.76%

 BLUE value IS 178 (69.92% from 255) = 31.84%

R = 42.4%
G = 25.76%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ED90B2 (or 0xED90B2) is known color: Illusion. HEX triplet: ED, 90 and B2. RGB value is (237,144,178). Sum of RGB (Red+Green+Blue) = 237+144+178=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 144 (56.64% from 255 or 25.76% from 559); Blue value is 178 (69.92% from 255 or 31.84% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #ED90B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED90B2 is #126F4D. Grayscale: #AFAFAF. Windows color (decimal): -1208142 or 11702509. OLE color: 11702509.

HSL color Cylindrical-coordinate representation of color #ED90B2: hue angle of 338.06º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ED90B2 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 144 178 -
CMYK 0 0.39 0.25 0.07
HSL 338.06º 0.72% 0.75% -
HSV(B) 338.06º 0.39% 0.93% -
XYZ 52.93 41.17 47.28 -
YUV 175.68 129.31 171.74 -
System Red Green Blue C M Y K H S L
Decimal 237 144 178 0 0.39 0.25 0.07 338.06 0.72 0.75
Hex ED 90 B2 0 27 19 7 152 48 4B
Octal 355 220 262 0 47 31 7 522 110 113
Binary 11101101 10010000 10110010 0 100111 11001 111 101010010 1001000 1001011

Color Harmonies of #ED90B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED90B2

Black with #ED90B2

Text Example


Text Example

White with #ED90B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED90B2; }

 p { color: rgb(237,144,178); }

 H1.HeaderClassName
 {
   color: #ED90B2;
 }
 .AnyTagClassName
 {
   color: #ED90B2;
 }
</style>

background-color css

<style>
 a { background-color: #ED90B2; }

 a { background-color: rgb(237,144,178); }

 div.DivClassName
 {
   background-color: #ED90B2;
 }
 .BgClassName
 {
   background-color: #ED90B2;
 }
</style>

border-color css

<style>
 span { border-color: #ED90B2; }

 span { border-color: rgb(237,144,178); }

 td.TdClassName
 {
   border-color: #ED90B2;
 }
 .TagClassName
 {
   border-color: #ED90B2;
 }
</style>