Html Css Color HEX #ED9AB0 Illusion

📋 copy color: '#ED9AB0'

red 237 ◦ green 154 ◦ blue 176

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

Shades of Illusion #ED9AB0

Tints of Illusion #ED9AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 31.04%

R = 41.8%
G = 27.16%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#ED9AB0 (or 0xED9AB0) is known color: Illusion. HEX triplet: ED, 9A and B0. RGB value is (237,154,176). Sum of RGB (Red+Green+Blue) = 237+154+176=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 154 (60.55% from 255 or 27.16% from 567); Blue value is 176 (69.14% from 255 or 31.04% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9AB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9AB0 is #12654F. Grayscale: #B5B5B5. Windows color (decimal): -1205584 or 11573997. OLE color: 11573997.

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

Color convert

RGB 237 154 176 -
CMYK 0 0.35 0.26 0.07
HSL 344.1º 0.7% 0.77% -
HSV(B) 344.1º 0.35% 0.93% -
XYZ 54.32 44.25 46.75 -
YUV 181.33 125 167.71 -
System Red Green Blue C M Y K H S L
Decimal 237 154 176 0 0.35 0.26 0.07 344.1 0.7 0.77
Hex ED 9A B0 0 23 1A 7 158 46 4D
Octal 355 232 260 0 43 32 7 530 106 115
Binary 11101101 10011010 10110000 0 100011 11010 111 101011000 1000110 1001101

Color Harmonies of #ED9AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9AB0

Black with #ED9AB0

Text Example


Text Example

White with #ED9AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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