Html Css Color HEX #ED9FAB Illusion

📋 copy color: '#ED9FAB'

red 237 ◦ green 159 ◦ blue 171

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

Shades of Illusion #ED9FAB

Tints of Illusion #ED9FAB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.04%

 BLUE value IS 171 (67.19% from 255) = 30.16%

R = 41.8%
G = 28.04%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ED9FAB (or 0xED9FAB) is known color: Illusion. HEX triplet: ED, 9F and AB. RGB value is (237,159,171). Sum of RGB (Red+Green+Blue) = 237+159+171=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 159 (62.5% from 255 or 28.04% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9FAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9FAB is #126054. Grayscale: #B7B7B7. Windows color (decimal): -1204309 or 11247597. OLE color: 11247597.

HSL color Cylindrical-coordinate representation of color #ED9FAB: hue angle of 350.77º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ED9FAB is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 159 171 -
CMYK 0 0.33 0.28 0.07
HSL 350.77º 0.68% 0.78% -
HSV(B) 350.77º 0.33% 0.93% -
XYZ 54.67 45.74 44.48 -
YUV 183.69 120.84 166.02 -
System Red Green Blue C M Y K H S L
Decimal 237 159 171 0 0.33 0.28 0.07 350.77 0.68 0.78
Hex ED 9F AB 0 21 1C 7 15F 44 4E
Octal 355 237 253 0 41 34 7 537 104 116
Binary 11101101 10011111 10101011 0 100001 11100 111 101011111 1000100 1001110

Color Harmonies of #ED9FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9FAB

Black with #ED9FAB

Text Example


Text Example

White with #ED9FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9FAB; }

 p { color: rgb(237,159,171); }

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

background-color css

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

 a { background-color: rgb(237,159,171); }

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

border-color css

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

 span { border-color: rgb(237,159,171); }

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