Html Css Color HEX #ED9DAC Illusion

📋 copy color: '#ED9DAC'

red 237 ◦ green 157 ◦ blue 172

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

Shades of Illusion #ED9DAC

Tints of Illusion #ED9DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.39%

R = 41.87%
G = 27.74%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ED9DAC (or 0xED9DAC) is known color: Illusion. HEX triplet: ED, 9D and AC. RGB value is (237,157,172). Sum of RGB (Red+Green+Blue) = 237+157+172=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 157 (61.72% from 255 or 27.74% from 566); Blue value is 172 (67.58% from 255 or 30.39% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9DAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9DAC is #126253. Grayscale: #B6B6B6. Windows color (decimal): -1204820 or 11312621. OLE color: 11312621.

HSL color Cylindrical-coordinate representation of color #ED9DAC: hue angle of 348.75º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ED9DAC is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 157 172 -
CMYK 0 0.34 0.27 0.07
HSL 348.75º 0.69% 0.77% -
HSV(B) 348.75º 0.34% 0.93% -
XYZ 54.43 45.1 44.87 -
YUV 182.63 122 166.78 -
System Red Green Blue C M Y K H S L
Decimal 237 157 172 0 0.34 0.27 0.07 348.75 0.69 0.77
Hex ED 9D AC 0 22 1B 7 15D 45 4D
Octal 355 235 254 0 42 33 7 535 105 115
Binary 11101101 10011101 10101100 0 100010 11011 111 101011101 1000101 1001101

Color Harmonies of #ED9DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9DAC

Black with #ED9DAC

Text Example


Text Example

White with #ED9DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9DAC; }

 p { color: rgb(237,157,172); }

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

background-color css

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

 a { background-color: rgb(237,157,172); }

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

border-color css

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

 span { border-color: rgb(237,157,172); }

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