Shades of Illusion #EA99AB
Tints of Illusion #EA99AB
RGB
CMYK
RGB Variations
Color information
#EA99AB (or 0xEA99AB) is known color: Illusion. HEX triplet: EA, 99 and AB. RGB value is (234,153,171). Sum of RGB (Red+Green+Blue) = 234+153+171=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 153 (60.16% from 255 or 27.42% from 558); Blue value is 171 (67.19% from 255 or 30.65% from 558); Max value from RGB is 234 - color contains mainly: red. Hex color #EA99AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA99AB is #156654. Grayscale: #B3B3B3. Windows color (decimal): -1402453 or 11246058. OLE color: 11246058.
HSL color Cylindrical-coordinate representation of color #EA99AB: hue angle of 346.67º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EA99AB is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 153 | 171 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.08 |
| HSL | 346.67º | 0.66% | 0.76% | - |
| HSV(B) | 346.67º | 0.35% | 0.92% | - |
| XYZ | 52.67 | 43.22 | 44.09 | - |
| YUV | 179.27 | 123.34 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 153 | 171 | 0 | 0.35 | 0.27 | 0.08 | 346.67 | 0.66 | 0.76 |
| Hex | EA | 99 | AB | 0 | 23 | 1B | 8 | 15B | 42 | 4C |
| Octal | 352 | 231 | 253 | 0 | 43 | 33 | 10 | 533 | 102 | 114 |
| Binary | 11101010 | 10011001 | 10101011 | 0 | 100011 | 11011 | 1000 | 101011011 | 1000010 | 1001100 |
Color Harmonies of #EA99AB
Complementary color
Monochromatic Colors of #EA99AB
Black with #EA99AB
Text Example
Text Example
White with #EA99AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA99AB; }
p { color: rgb(234,153,171); }
H1.HeaderClassName
{
color: #EA99AB;
}
.AnyTagClassName
{
color: #EA99AB;
}
</style>
background-color css
<style>
a { background-color: #EA99AB; }
a { background-color: rgb(234,153,171); }
div.DivClassName
{
background-color: #EA99AB;
}
.BgClassName
{
background-color: #EA99AB;
}
</style>
border-color css
<style>
span { border-color: #EA99AB; }
span { border-color: rgb(234,153,171); }
td.TdClassName
{
border-color: #EA99AB;
}
.TagClassName
{
border-color: #EA99AB;
}
</style>