Html Css Color HEX #EF9DAA Illusion

📋 copy color: '#EF9DAA'

red 239 ◦ green 157 ◦ blue 170

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

Shades of Illusion #EF9DAA

Tints of Illusion #EF9DAA

RGB

 RED value IS 239 (93.75% from 255) = 42.23%

 GREEN value IS 157 (61.72% from 255) = 27.74%

 BLUE value IS 170 (66.8% from 255) = 30.04%

R = 42.23%
G = 27.74%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EF9DAA (or 0xEF9DAA) is known color: Illusion. HEX triplet: EF, 9D and AA. RGB value is (239,157,170). Sum of RGB (Red+Green+Blue) = 239+157+170=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 157 (61.72% from 255 or 27.74% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9DAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9DAA is #106255. Grayscale: #B7B7B7. Windows color (decimal): -1073750 or 11181551. OLE color: 11181551.

HSL color Cylindrical-coordinate representation of color #EF9DAA: hue angle of 350.49º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EF9DAA is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 157 170 -
CMYK 0 0.34 0.29 0.06
HSL 350.49º 0.72% 0.78% -
HSV(B) 350.49º 0.34% 0.94% -
XYZ 54.91 45.37 43.89 -
YUV 183 120.67 167.94 -
System Red Green Blue C M Y K H S L
Decimal 239 157 170 0 0.34 0.29 0.06 350.49 0.72 0.78
Hex EF 9D AA 0 22 1D 6 15E 48 4E
Octal 357 235 252 0 42 35 6 536 110 116
Binary 11101111 10011101 10101010 0 100010 11101 110 101011110 1001000 1001110

Color Harmonies of #EF9DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9DAA

Black with #EF9DAA

Text Example


Text Example

White with #EF9DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9DAA; }

 p { color: rgb(239,157,170); }

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

background-color css

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

 a { background-color: rgb(239,157,170); }

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

border-color css

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

 span { border-color: rgb(239,157,170); }

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