Html Css Color HEX #ED8AB2 Illusion

📋 copy color: '#ED8AB2'

red 237 ◦ green 138 ◦ blue 178

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

Shades of Illusion #ED8AB2

Tints of Illusion #ED8AB2

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.95%

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

R = 42.86%
G = 24.95%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#ED8AB2 (or 0xED8AB2) is known color: Illusion. HEX triplet: ED, 8A and B2. RGB value is (237,138,178). Sum of RGB (Red+Green+Blue) = 237+138+178=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 138 (54.30% from 255 or 24.95% from 553); Blue value is 178 (69.92% from 255 or 32.19% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8AB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8AB2 is #12754D. Grayscale: #ACACAC. Windows color (decimal): -1209678 or 11700973. OLE color: 11700973.

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

Color convert

RGB 237 138 178 -
CMYK 0 0.42 0.25 0.07
HSL 335.76º 0.73% 0.74% -
HSV(B) 335.76º 0.42% 0.93% -
XYZ 52.05 39.4 46.98 -
YUV 172.16 131.3 174.25 -
System Red Green Blue C M Y K H S L
Decimal 237 138 178 0 0.42 0.25 0.07 335.76 0.73 0.74
Hex ED 8A B2 0 2A 19 7 150 49 4A
Octal 355 212 262 0 52 31 7 520 111 112
Binary 11101101 10001010 10110010 0 101010 11001 111 101010000 1001001 1001010

Color Harmonies of #ED8AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8AB2

Black with #ED8AB2

Text Example


Text Example

White with #ED8AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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