Html Css Color HEX #ED9DAE Illusion

📋 copy color: '#ED9DAE'

red 237 ◦ green 157 ◦ blue 174

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

Shades of Illusion #ED9DAE

Tints of Illusion #ED9DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.63%

R = 41.73%
G = 27.64%
B = 30.63%

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

#ED9DAE (or 0xED9DAE) is known color: Illusion. HEX triplet: ED, 9D and AE. RGB value is (237,157,174). Sum of RGB (Red+Green+Blue) = 237+157+174=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 157 (61.72% from 255 or 27.64% from 568); Blue value is 174 (68.36% from 255 or 30.63% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9DAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9DAE is #126251. Grayscale: #B6B6B6. Windows color (decimal): -1204818 or 11443693. OLE color: 11443693.

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

Color convert

RGB 237 157 174 -
CMYK 0 0.34 0.27 0.07
HSL 347.25º 0.69% 0.77% -
HSV(B) 347.25º 0.34% 0.93% -
XYZ 54.62 45.17 45.89 -
YUV 182.86 123 166.62 -
System Red Green Blue C M Y K H S L
Decimal 237 157 174 0 0.34 0.27 0.07 347.25 0.69 0.77
Hex ED 9D AE 0 22 1B 7 15B 45 4D
Octal 355 235 256 0 42 33 7 533 105 115
Binary 11101101 10011101 10101110 0 100010 11011 111 101011011 1000101 1001101

Color Harmonies of #ED9DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9DAE

Black with #ED9DAE

Text Example


Text Example

White with #ED9DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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