Shades of Illusion #EA8AB3
Tints of Illusion #EA8AB3
RGB
CMYK
RGB Variations
Color information
#EA8AB3 (or 0xEA8AB3) is known color: Illusion. HEX triplet: EA, 8A and B3. RGB value is (234,138,179). Sum of RGB (Red+Green+Blue) = 234+138+179=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 138 (54.30% from 255 or 25.05% from 551); Blue value is 179 (70.31% from 255 or 32.49% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8AB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8AB3 is #15754C. Grayscale: #ABABAB. Windows color (decimal): -1406285 or 11766506. OLE color: 11766506.
HSL color Cylindrical-coordinate representation of color #EA8AB3: hue angle of 334.38º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA8AB3 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 138 | 179 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.08 |
| HSL | 334.38º | 0.7% | 0.73% | - |
| HSV(B) | 334.38º | 0.41% | 0.92% | - |
| XYZ | 51.16 | 38.92 | 47.46 | - |
| YUV | 171.38 | 132.3 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 138 | 179 | 0 | 0.41 | 0.24 | 0.08 | 334.38 | 0.7 | 0.73 |
| Hex | EA | 8A | B3 | 0 | 29 | 18 | 8 | 14E | 46 | 49 |
| Octal | 352 | 212 | 263 | 0 | 51 | 30 | 10 | 516 | 106 | 111 |
| Binary | 11101010 | 10001010 | 10110011 | 0 | 101001 | 11000 | 1000 | 101001110 | 1000110 | 1001001 |
Color Harmonies of #EA8AB3
Complementary color
Monochromatic Colors of #EA8AB3
Black with #EA8AB3
Text Example
Text Example
White with #EA8AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8AB3; }
p { color: rgb(234,138,179); }
H1.HeaderClassName
{
color: #EA8AB3;
}
.AnyTagClassName
{
color: #EA8AB3;
}
</style>
background-color css
<style>
a { background-color: #EA8AB3; }
a { background-color: rgb(234,138,179); }
div.DivClassName
{
background-color: #EA8AB3;
}
.BgClassName
{
background-color: #EA8AB3;
}
</style>
border-color css
<style>
span { border-color: #EA8AB3; }
span { border-color: rgb(234,138,179); }
td.TdClassName
{
border-color: #EA8AB3;
}
.TagClassName
{
border-color: #EA8AB3;
}
</style>