Shades of Brilliant Rose #EA4DB8
Tints of Brilliant Rose #EA4DB8
RGB
CMYK
RGB Variations
Color information
#EA4DB8 (or 0xEA4DB8) is known color: Brilliant Rose. HEX triplet: EA, 4D and B8. RGB value is (234,77,184). Sum of RGB (Red+Green+Blue) = 234+77+184=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 77 (30.47% from 255 or 15.56% from 495); Blue value is 184 (72.27% from 255 or 37.17% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4DB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA4DB8 is #15B247. Grayscale: #878787. Windows color (decimal): -1421896 or 12078570. OLE color: 12078570.
HSL color Cylindrical-coordinate representation of color #EA4DB8: hue angle of 319.11º 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 #EA4DB8 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 77 | 184 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.08 |
| HSL | 319.11º | 0.79% | 0.61% | - |
| HSV(B) | 319.11º | 0.67% | 0.92% | - |
| XYZ | 45.24 | 26.26 | 48.03 | - |
| YUV | 136.14 | 155.01 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 77 | 184 | 0 | 0.67 | 0.21 | 0.08 | 319.11 | 0.79 | 0.61 |
| Hex | EA | 4D | B8 | 0 | 43 | 15 | 8 | 13F | 4F | 3D |
| Octal | 352 | 115 | 270 | 0 | 103 | 25 | 10 | 477 | 117 | 75 |
| Binary | 11101010 | 1001101 | 10111000 | 0 | 1000011 | 10101 | 1000 | 100111111 | 1001111 | 111101 |
Color Harmonies of #EA4DB8
Complementary color
Monochromatic Colors of #EA4DB8
Black with #EA4DB8
Text Example
Text Example
White with #EA4DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4DB8; }
p { color: rgb(234,77,184); }
H1.HeaderClassName
{
color: #EA4DB8;
}
.AnyTagClassName
{
color: #EA4DB8;
}
</style>
background-color css
<style>
a { background-color: #EA4DB8; }
a { background-color: rgb(234,77,184); }
div.DivClassName
{
background-color: #EA4DB8;
}
.BgClassName
{
background-color: #EA4DB8;
}
</style>
border-color css
<style>
span { border-color: #EA4DB8; }
span { border-color: rgb(234,77,184); }
td.TdClassName
{
border-color: #EA4DB8;
}
.TagClassName
{
border-color: #EA4DB8;
}
</style>