Shades of Illusion #EA8FAD
Tints of Illusion #EA8FAD
RGB
CMYK
RGB Variations
Color information
#EA8FAD (or 0xEA8FAD) is known color: Illusion. HEX triplet: EA, 8F and AD. RGB value is (234,143,173). Sum of RGB (Red+Green+Blue) = 234+143+173=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 173 (67.97% from 255 or 31.45% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8FAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8FAD is #157052. Grayscale: #ADADAD. Windows color (decimal): -1405011 or 11374570. OLE color: 11374570.
HSL color Cylindrical-coordinate representation of color #EA8FAD: hue angle of 340.22º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EA8FAD is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 143 | 173 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.08 |
| HSL | 340.22º | 0.68% | 0.74% | - |
| HSV(B) | 340.22º | 0.39% | 0.92% | - |
| XYZ | 51.3 | 40.15 | 44.58 | - |
| YUV | 173.63 | 127.65 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 143 | 173 | 0 | 0.39 | 0.26 | 0.08 | 340.22 | 0.68 | 0.74 |
| Hex | EA | 8F | AD | 0 | 27 | 1A | 8 | 154 | 44 | 4A |
| Octal | 352 | 217 | 255 | 0 | 47 | 32 | 10 | 524 | 104 | 112 |
| Binary | 11101010 | 10001111 | 10101101 | 0 | 100111 | 11010 | 1000 | 101010100 | 1000100 | 1001010 |
Color Harmonies of #EA8FAD
Complementary color
Monochromatic Colors of #EA8FAD
Black with #EA8FAD
Text Example
Text Example
White with #EA8FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8FAD; }
p { color: rgb(234,143,173); }
H1.HeaderClassName
{
color: #EA8FAD;
}
.AnyTagClassName
{
color: #EA8FAD;
}
</style>
background-color css
<style>
a { background-color: #EA8FAD; }
a { background-color: rgb(234,143,173); }
div.DivClassName
{
background-color: #EA8FAD;
}
.BgClassName
{
background-color: #EA8FAD;
}
</style>
border-color css
<style>
span { border-color: #EA8FAD; }
span { border-color: rgb(234,143,173); }
td.TdClassName
{
border-color: #EA8FAD;
}
.TagClassName
{
border-color: #EA8FAD;
}
</style>