Html Css Color HEX #ED8FAD Illusion

📋 copy color: '#ED8FAD'

red 237 ◦ green 143 ◦ blue 173

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

Shades of Illusion #ED8FAD

Tints of Illusion #ED8FAD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.86%

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

R = 42.86%
G = 25.86%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ED8FAD (or 0xED8FAD) is known color: Illusion. HEX triplet: ED, 8F and AD. RGB value is (237,143,173). Sum of RGB (Red+Green+Blue) = 237+143+173=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 143 (56.25% from 255 or 25.86% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8FAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8FAD is #127052. Grayscale: #AEAEAE. Windows color (decimal): -1208403 or 11374573. OLE color: 11374573.

HSL color Cylindrical-coordinate representation of color #ED8FAD: hue angle of 340.85º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED8FAD is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 143 173 -
CMYK 0 0.40 0.27 0.07
HSL 340.85º 0.72% 0.75% -
HSV(B) 340.85º 0.4% 0.93% -
XYZ 52.29 40.67 44.63 -
YUV 174.53 127.14 172.56 -
System Red Green Blue C M Y K H S L
Decimal 237 143 173 0 0.40 0.27 0.07 340.85 0.72 0.75
Hex ED 8F AD 0 28 1B 7 155 48 4B
Octal 355 217 255 0 50 33 7 525 110 113
Binary 11101101 10001111 10101101 0 101000 11011 111 101010101 1001000 1001011

Color Harmonies of #ED8FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8FAD

Black with #ED8FAD

Text Example


Text Example

White with #ED8FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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