Shades of Brilliant Rose #EA4BA8
Tints of Brilliant Rose #EA4BA8
RGB
CMYK
RGB Variations
Color information
#EA4BA8 (or 0xEA4BA8) is known color: Brilliant Rose. HEX triplet: EA, 4B and A8. RGB value is (234,75,168). Sum of RGB (Red+Green+Blue) = 234+75+168=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 75 (29.69% from 255 or 15.72% from 477); Blue value is 168 (66.02% from 255 or 35.22% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4BA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4BA8 is #15B457. Grayscale: #848484. Windows color (decimal): -1422424 or 11029482. OLE color: 11029482.
HSL color Cylindrical-coordinate representation of color #EA4BA8: hue angle of 324.91º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EA4BA8 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 75 | 168 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.08 |
| HSL | 324.91º | 0.79% | 0.61% | - |
| HSV(B) | 324.91º | 0.68% | 0.92% | - |
| XYZ | 43.52 | 25.35 | 39.65 | - |
| YUV | 133.14 | 147.68 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 75 | 168 | 0 | 0.68 | 0.28 | 0.08 | 324.91 | 0.79 | 0.61 |
| Hex | EA | 4B | A8 | 0 | 44 | 1C | 8 | 145 | 4F | 3D |
| Octal | 352 | 113 | 250 | 0 | 104 | 34 | 10 | 505 | 117 | 75 |
| Binary | 11101010 | 1001011 | 10101000 | 0 | 1000100 | 11100 | 1000 | 101000101 | 1001111 | 111101 |
Color Harmonies of #EA4BA8
Complementary color
Monochromatic Colors of #EA4BA8
Black with #EA4BA8
Text Example
Text Example
White with #EA4BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4BA8; }
p { color: rgb(234,75,168); }
H1.HeaderClassName
{
color: #EA4BA8;
}
.AnyTagClassName
{
color: #EA4BA8;
}
</style>
background-color css
<style>
a { background-color: #EA4BA8; }
a { background-color: rgb(234,75,168); }
div.DivClassName
{
background-color: #EA4BA8;
}
.BgClassName
{
background-color: #EA4BA8;
}
</style>
border-color css
<style>
span { border-color: #EA4BA8; }
span { border-color: rgb(234,75,168); }
td.TdClassName
{
border-color: #EA4BA8;
}
.TagClassName
{
border-color: #EA4BA8;
}
</style>