Shades of Illusion #EA99B3
Tints of Illusion #EA99B3
RGB
CMYK
RGB Variations
Color information
#EA99B3 (or 0xEA99B3) is known color: Illusion. HEX triplet: EA, 99 and B3. RGB value is (234,153,179). Sum of RGB (Red+Green+Blue) = 234+153+179=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 153 (60.16% from 255 or 27.03% from 566); Blue value is 179 (70.31% from 255 or 31.63% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EA99B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA99B3 is #15664C. Grayscale: #B4B4B4. Windows color (decimal): -1402445 or 11770346. OLE color: 11770346.
HSL color Cylindrical-coordinate representation of color #EA99B3: hue angle of 340.74º 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 #EA99B3 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 153 | 179 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.08 |
| HSL | 340.74º | 0.66% | 0.76% | - |
| HSV(B) | 340.74º | 0.35% | 0.92% | - |
| XYZ | 53.46 | 43.53 | 48.23 | - |
| YUV | 180.18 | 127.34 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 153 | 179 | 0 | 0.35 | 0.24 | 0.08 | 340.74 | 0.66 | 0.76 |
| Hex | EA | 99 | B3 | 0 | 23 | 18 | 8 | 155 | 42 | 4C |
| Octal | 352 | 231 | 263 | 0 | 43 | 30 | 10 | 525 | 102 | 114 |
| Binary | 11101010 | 10011001 | 10110011 | 0 | 100011 | 11000 | 1000 | 101010101 | 1000010 | 1001100 |
Color Harmonies of #EA99B3
Complementary color
Monochromatic Colors of #EA99B3
Black with #EA99B3
Text Example
Text Example
White with #EA99B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA99B3; }
p { color: rgb(234,153,179); }
H1.HeaderClassName
{
color: #EA99B3;
}
.AnyTagClassName
{
color: #EA99B3;
}
</style>
background-color css
<style>
a { background-color: #EA99B3; }
a { background-color: rgb(234,153,179); }
div.DivClassName
{
background-color: #EA99B3;
}
.BgClassName
{
background-color: #EA99B3;
}
</style>
border-color css
<style>
span { border-color: #EA99B3; }
span { border-color: rgb(234,153,179); }
td.TdClassName
{
border-color: #EA99B3;
}
.TagClassName
{
border-color: #EA99B3;
}
</style>