Html Css Color HEX #ED9FAA Illusion

📋 copy color: '#ED9FAA'

red 237 ◦ green 159 ◦ blue 170

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

Shades of Illusion #ED9FAA

Tints of Illusion #ED9FAA

RGB

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

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

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

R = 41.87%
G = 28.09%
B = 30.04%

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

#ED9FAA (or 0xED9FAA) is known color: Illusion. HEX triplet: ED, 9F and AA. RGB value is (237,159,170). Sum of RGB (Red+Green+Blue) = 237+159+170=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 159 (62.5% from 255 or 28.09% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9FAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9FAA is #126055. Grayscale: #B7B7B7. Windows color (decimal): -1204310 or 11182061. OLE color: 11182061.

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

Color convert

RGB 237 159 170 -
CMYK 0 0.33 0.28 0.07
HSL 351.54º 0.68% 0.78% -
HSV(B) 351.54º 0.33% 0.93% -
XYZ 54.58 45.7 43.98 -
YUV 183.58 120.34 166.11 -
System Red Green Blue C M Y K H S L
Decimal 237 159 170 0 0.33 0.28 0.07 351.54 0.68 0.78
Hex ED 9F AA 0 21 1C 7 160 44 4E
Octal 355 237 252 0 41 34 7 540 104 116
Binary 11101101 10011111 10101010 0 100001 11100 111 101100000 1000100 1001110

Color Harmonies of #ED9FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9FAA

Black with #ED9FAA

Text Example


Text Example

White with #ED9FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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