Shades of Brilliant Rose #EA58A8
Tints of Brilliant Rose #EA58A8
RGB
CMYK
RGB Variations
Color information
#EA58A8 (or 0xEA58A8) is known color: Brilliant Rose. HEX triplet: EA, 58 and A8. RGB value is (234,88,168). Sum of RGB (Red+Green+Blue) = 234+88+168=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 88 (34.77% from 255 or 17.96% from 490); Blue value is 168 (66.02% from 255 or 34.29% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EA58A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA58A8 is #15A757. Grayscale: #8C8C8C. Windows color (decimal): -1419096 or 11032810. OLE color: 11032810.
HSL color Cylindrical-coordinate representation of color #EA58A8: hue angle of 327.12º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EA58A8 is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 88 | 168 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.08 |
| HSL | 327.12º | 0.78% | 0.63% | - |
| HSV(B) | 327.12º | 0.62% | 0.92% | - |
| XYZ | 44.49 | 27.3 | 39.97 | - |
| YUV | 140.77 | 143.37 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 88 | 168 | 0 | 0.62 | 0.28 | 0.08 | 327.12 | 0.78 | 0.63 |
| Hex | EA | 58 | A8 | 0 | 3E | 1C | 8 | 147 | 4E | 3F |
| Octal | 352 | 130 | 250 | 0 | 76 | 34 | 10 | 507 | 116 | 77 |
| Binary | 11101010 | 1011000 | 10101000 | 0 | 111110 | 11100 | 1000 | 101000111 | 1001110 | 111111 |
Color Harmonies of #EA58A8
Complementary color
Monochromatic Colors of #EA58A8
Black with #EA58A8
Text Example
Text Example
White with #EA58A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA58A8; }
p { color: rgb(234,88,168); }
H1.HeaderClassName
{
color: #EA58A8;
}
.AnyTagClassName
{
color: #EA58A8;
}
</style>
background-color css
<style>
a { background-color: #EA58A8; }
a { background-color: rgb(234,88,168); }
div.DivClassName
{
background-color: #EA58A8;
}
.BgClassName
{
background-color: #EA58A8;
}
</style>
border-color css
<style>
span { border-color: #EA58A8; }
span { border-color: rgb(234,88,168); }
td.TdClassName
{
border-color: #EA58A8;
}
.TagClassName
{
border-color: #EA58A8;
}
</style>