Html Css Color HEX #ED9AAD Illusion

📋 copy color: '#ED9AAD'

red 237 ◦ green 154 ◦ blue 173

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

Shades of Illusion #ED9AAD

Tints of Illusion #ED9AAD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.3%

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

R = 42.02%
G = 27.3%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ED9AAD (or 0xED9AAD) is known color: Illusion. HEX triplet: ED, 9A and AD. RGB value is (237,154,173). Sum of RGB (Red+Green+Blue) = 237+154+173=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 154 (60.55% from 255 or 27.30% from 564); Blue value is 173 (67.97% from 255 or 30.67% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9AAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9AAD is #126552. Grayscale: #B4B4B4. Windows color (decimal): -1205587 or 11377389. OLE color: 11377389.

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

Color convert

RGB 237 154 173 -
CMYK 0 0.35 0.27 0.07
HSL 346.27º 0.7% 0.77% -
HSV(B) 346.27º 0.35% 0.93% -
XYZ 54.02 44.13 45.21 -
YUV 180.98 123.5 167.96 -
System Red Green Blue C M Y K H S L
Decimal 237 154 173 0 0.35 0.27 0.07 346.27 0.7 0.77
Hex ED 9A AD 0 23 1B 7 15A 46 4D
Octal 355 232 255 0 43 33 7 532 106 115
Binary 11101101 10011010 10101101 0 100011 11011 111 101011010 1000110 1001101

Color Harmonies of #ED9AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9AAD

Black with #ED9AAD

Text Example


Text Example

White with #ED9AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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