Html Css Color HEX #ED9DAD Illusion

📋 copy color: '#ED9DAD'

red 237 ◦ green 157 ◦ blue 173

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

Shades of Illusion #ED9DAD

Tints of Illusion #ED9DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 30.51%

R = 41.8%
G = 27.69%
B = 30.51%

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

#ED9DAD (or 0xED9DAD) is known color: Illusion. HEX triplet: ED, 9D and AD. RGB value is (237,157,173). Sum of RGB (Red+Green+Blue) = 237+157+173=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 157 (61.72% from 255 or 27.69% from 567); Blue value is 173 (67.97% from 255 or 30.51% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9DAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9DAD is #126252. Grayscale: #B6B6B6. Windows color (decimal): -1204819 or 11378157. OLE color: 11378157.

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

Color convert

RGB 237 157 173 -
CMYK 0 0.34 0.27 0.07
HSL 348º 0.69% 0.77% -
HSV(B) 348º 0.34% 0.93% -
XYZ 54.52 45.14 45.37 -
YUV 182.74 122.5 166.7 -
System Red Green Blue C M Y K H S L
Decimal 237 157 173 0 0.34 0.27 0.07 348 0.69 0.77
Hex ED 9D AD 0 22 1B 7 15C 45 4D
Octal 355 235 255 0 42 33 7 534 105 115
Binary 11101101 10011101 10101101 0 100010 11011 111 101011100 1000101 1001101

Color Harmonies of #ED9DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9DAD

Black with #ED9DAD

Text Example


Text Example

White with #ED9DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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