Shades of Brilliant Rose #EA4DA8
Tints of Brilliant Rose #EA4DA8
RGB
CMYK
RGB Variations
Color information
#EA4DA8 (or 0xEA4DA8) is known color: Brilliant Rose. HEX triplet: EA, 4D and A8. RGB value is (234,77,168). Sum of RGB (Red+Green+Blue) = 234+77+168=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 77 (30.47% from 255 or 16.08% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4DA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA4DA8 is #15B257. Grayscale: #868686. Windows color (decimal): -1421912 or 11029994. OLE color: 11029994.
HSL color Cylindrical-coordinate representation of color #EA4DA8: hue angle of 325.22º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EA4DA8 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 77 | 168 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.08 |
| HSL | 325.22º | 0.79% | 0.61% | - |
| HSV(B) | 325.22º | 0.67% | 0.92% | - |
| XYZ | 43.65 | 25.63 | 39.69 | - |
| YUV | 134.32 | 147.01 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 77 | 168 | 0 | 0.67 | 0.28 | 0.08 | 325.22 | 0.79 | 0.61 |
| Hex | EA | 4D | A8 | 0 | 43 | 1C | 8 | 145 | 4F | 3D |
| Octal | 352 | 115 | 250 | 0 | 103 | 34 | 10 | 505 | 117 | 75 |
| Binary | 11101010 | 1001101 | 10101000 | 0 | 1000011 | 11100 | 1000 | 101000101 | 1001111 | 111101 |
Color Harmonies of #EA4DA8
Complementary color
Monochromatic Colors of #EA4DA8
Black with #EA4DA8
Text Example
Text Example
White with #EA4DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4DA8; }
p { color: rgb(234,77,168); }
H1.HeaderClassName
{
color: #EA4DA8;
}
.AnyTagClassName
{
color: #EA4DA8;
}
</style>
background-color css
<style>
a { background-color: #EA4DA8; }
a { background-color: rgb(234,77,168); }
div.DivClassName
{
background-color: #EA4DA8;
}
.BgClassName
{
background-color: #EA4DA8;
}
</style>
border-color css
<style>
span { border-color: #EA4DA8; }
span { border-color: rgb(234,77,168); }
td.TdClassName
{
border-color: #EA4DA8;
}
.TagClassName
{
border-color: #EA4DA8;
}
</style>