Shades of Brilliant Rose #EA50A8
Tints of Brilliant Rose #EA50A8
RGB
CMYK
RGB Variations
Color information
#EA50A8 (or 0xEA50A8) is known color: Brilliant Rose. HEX triplet: EA, 50 and A8. RGB value is (234,80,168). Sum of RGB (Red+Green+Blue) = 234+80+168=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 168 (66.02% from 255 or 34.85% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EA50A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA50A8 is #15AF57. Grayscale: #878787. Windows color (decimal): -1421144 or 11030762. OLE color: 11030762.
HSL color Cylindrical-coordinate representation of color #EA50A8: hue angle of 325.71º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EA50A8 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 80 | 168 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.08 |
| HSL | 325.71º | 0.79% | 0.62% | - |
| HSV(B) | 325.71º | 0.66% | 0.92% | - |
| XYZ | 43.87 | 26.06 | 39.76 | - |
| YUV | 136.08 | 146.02 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 80 | 168 | 0 | 0.66 | 0.28 | 0.08 | 325.71 | 0.79 | 0.62 |
| Hex | EA | 50 | A8 | 0 | 42 | 1C | 8 | 146 | 4F | 3E |
| Octal | 352 | 120 | 250 | 0 | 102 | 34 | 10 | 506 | 117 | 76 |
| Binary | 11101010 | 1010000 | 10101000 | 0 | 1000010 | 11100 | 1000 | 101000110 | 1001111 | 111110 |
Color Harmonies of #EA50A8
Complementary color
Monochromatic Colors of #EA50A8
Black with #EA50A8
Text Example
Text Example
White with #EA50A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA50A8; }
p { color: rgb(234,80,168); }
H1.HeaderClassName
{
color: #EA50A8;
}
.AnyTagClassName
{
color: #EA50A8;
}
</style>
background-color css
<style>
a { background-color: #EA50A8; }
a { background-color: rgb(234,80,168); }
div.DivClassName
{
background-color: #EA50A8;
}
.BgClassName
{
background-color: #EA50A8;
}
</style>
border-color css
<style>
span { border-color: #EA50A8; }
span { border-color: rgb(234,80,168); }
td.TdClassName
{
border-color: #EA50A8;
}
.TagClassName
{
border-color: #EA50A8;
}
</style>