Html Css Color HEX #ED91B4 Illusion

📋 copy color: '#ED91B4'

red 237 ◦ green 145 ◦ blue 180

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

Shades of Illusion #ED91B4

Tints of Illusion #ED91B4

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.8%

 BLUE value IS 180 (70.7% from 255) = 32.03%

R = 42.17%
G = 25.8%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#ED91B4 (or 0xED91B4) is known color: Illusion. HEX triplet: ED, 91 and B4. RGB value is (237,145,180). Sum of RGB (Red+Green+Blue) = 237+145+180=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 145 (57.03% from 255 or 25.80% from 562); Blue value is 180 (70.70% from 255 or 32.03% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #ED91B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED91B4 is #126E4B. Grayscale: #B0B0B0. Windows color (decimal): -1207884 or 11833837. OLE color: 11833837.

HSL color Cylindrical-coordinate representation of color #ED91B4: hue angle of 337.17º 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 #ED91B4 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 145 180 -
CMYK 0 0.39 0.24 0.07
HSL 337.17º 0.72% 0.75% -
HSV(B) 337.17º 0.39% 0.93% -
XYZ 53.29 41.55 48.39 -
YUV 176.5 129.98 171.15 -
System Red Green Blue C M Y K H S L
Decimal 237 145 180 0 0.39 0.24 0.07 337.17 0.72 0.75
Hex ED 91 B4 0 27 18 7 151 48 4B
Octal 355 221 264 0 47 30 7 521 110 113
Binary 11101101 10010001 10110100 0 100111 11000 111 101010001 1001000 1001011

Color Harmonies of #ED91B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED91B4

Black with #ED91B4

Text Example


Text Example

White with #ED91B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED91B4; }

 p { color: rgb(237,145,180); }

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

background-color css

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

 a { background-color: rgb(237,145,180); }

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

border-color css

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

 span { border-color: rgb(237,145,180); }

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