Html Css Color HEX #ED8EB2 Illusion

📋 copy color: '#ED8EB2'

red 237 ◦ green 142 ◦ blue 178

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

Shades of Illusion #ED8EB2

Tints of Illusion #ED8EB2

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.49%

 BLUE value IS 178 (69.92% from 255) = 31.96%

R = 42.55%
G = 25.49%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#ED8EB2 (or 0xED8EB2) is known color: Illusion. HEX triplet: ED, 8E and B2. RGB value is (237,142,178). Sum of RGB (Red+Green+Blue) = 237+142+178=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 142 (55.86% from 255 or 25.49% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8EB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8EB2 is #12714D. Grayscale: #AEAEAE. Windows color (decimal): -1208654 or 11701997. OLE color: 11701997.

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

Color convert

RGB 237 142 178 -
CMYK 0 0.40 0.25 0.07
HSL 337.26º 0.73% 0.74% -
HSV(B) 337.26º 0.4% 0.93% -
XYZ 52.63 40.56 47.18 -
YUV 174.51 129.97 172.57 -
System Red Green Blue C M Y K H S L
Decimal 237 142 178 0 0.40 0.25 0.07 337.26 0.73 0.74
Hex ED 8E B2 0 28 19 7 151 49 4A
Octal 355 216 262 0 50 31 7 521 111 112
Binary 11101101 10001110 10110010 0 101000 11001 111 101010001 1001001 1001010

Color Harmonies of #ED8EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8EB2

Black with #ED8EB2

Text Example


Text Example

White with #ED8EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8EB2; }

 p { color: rgb(237,142,178); }

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

background-color css

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

 a { background-color: rgb(237,142,178); }

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

border-color css

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

 span { border-color: rgb(237,142,178); }

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