Html Css Color HEX #ED9FAD Illusion

📋 copy color: '#ED9FAD'

red 237 ◦ green 159 ◦ blue 173

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

Shades of Illusion #ED9FAD

Tints of Illusion #ED9FAD

RGB

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

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

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

R = 41.65%
G = 27.94%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ED9FAD (or 0xED9FAD) is known color: Illusion. HEX triplet: ED, 9F and AD. RGB value is (237,159,173). Sum of RGB (Red+Green+Blue) = 237+159+173=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 159 (62.5% from 255 or 27.94% from 569); Blue value is 173 (67.97% from 255 or 30.40% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9FAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9FAD is #126052. Grayscale: #B7B7B7. Windows color (decimal): -1204307 or 11378669. OLE color: 11378669.

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

Color convert

RGB 237 159 173 -
CMYK 0 0.33 0.27 0.07
HSL 349.23º 0.68% 0.78% -
HSV(B) 349.23º 0.33% 0.93% -
XYZ 54.87 45.82 45.49 -
YUV 183.92 121.84 165.86 -
System Red Green Blue C M Y K H S L
Decimal 237 159 173 0 0.33 0.27 0.07 349.23 0.68 0.78
Hex ED 9F AD 0 21 1B 7 15D 44 4E
Octal 355 237 255 0 41 33 7 535 104 116
Binary 11101101 10011111 10101101 0 100001 11011 111 101011101 1000100 1001110

Color Harmonies of #ED9FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9FAD

Black with #ED9FAD

Text Example


Text Example

White with #ED9FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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