Shades of Brilliant Rose #EA4BA7
Tints of Brilliant Rose #EA4BA7
RGB
CMYK
RGB Variations
Color information
#EA4BA7 (or 0xEA4BA7) is known color: Brilliant Rose. HEX triplet: EA, 4B and A7. RGB value is (234,75,167). Sum of RGB (Red+Green+Blue) = 234+75+167=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 75 (29.69% from 255 or 15.76% from 476); Blue value is 167 (65.62% from 255 or 35.08% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4BA7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4BA7 is #15B458. Grayscale: #848484. Windows color (decimal): -1422425 or 10963946. OLE color: 10963946.
HSL color Cylindrical-coordinate representation of color #EA4BA7: hue angle of 325.28º 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 #EA4BA7 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 75 | 167 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.08 |
| HSL | 325.28º | 0.79% | 0.61% | - |
| HSV(B) | 325.28º | 0.68% | 0.92% | - |
| XYZ | 43.42 | 25.31 | 39.16 | - |
| YUV | 133.03 | 147.18 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 75 | 167 | 0 | 0.68 | 0.29 | 0.08 | 325.28 | 0.79 | 0.61 |
| Hex | EA | 4B | A7 | 0 | 44 | 1D | 8 | 145 | 4F | 3D |
| Octal | 352 | 113 | 247 | 0 | 104 | 35 | 10 | 505 | 117 | 75 |
| Binary | 11101010 | 1001011 | 10100111 | 0 | 1000100 | 11101 | 1000 | 101000101 | 1001111 | 111101 |
Color Harmonies of #EA4BA7
Complementary color
Monochromatic Colors of #EA4BA7
Black with #EA4BA7
Text Example
Text Example
White with #EA4BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4BA7; }
p { color: rgb(234,75,167); }
H1.HeaderClassName
{
color: #EA4BA7;
}
.AnyTagClassName
{
color: #EA4BA7;
}
</style>
background-color css
<style>
a { background-color: #EA4BA7; }
a { background-color: rgb(234,75,167); }
div.DivClassName
{
background-color: #EA4BA7;
}
.BgClassName
{
background-color: #EA4BA7;
}
</style>
border-color css
<style>
span { border-color: #EA4BA7; }
span { border-color: rgb(234,75,167); }
td.TdClassName
{
border-color: #EA4BA7;
}
.TagClassName
{
border-color: #EA4BA7;
}
</style>