Shades of Brilliant Rose #EA4DB5
Tints of Brilliant Rose #EA4DB5
RGB
CMYK
RGB Variations
Color information
#EA4DB5 (or 0xEA4DB5) is known color: Brilliant Rose. HEX triplet: EA, 4D and B5. RGB value is (234,77,181). Sum of RGB (Red+Green+Blue) = 234+77+181=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 77 (30.47% from 255 or 15.65% from 492); Blue value is 181 (71.09% from 255 or 36.79% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA4DB5 is #15B24A. Grayscale: #878787. Windows color (decimal): -1421899 or 11881962. OLE color: 11881962.
HSL color Cylindrical-coordinate representation of color #EA4DB5: hue angle of 320.25º 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 #EA4DB5 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 77 | 181 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.08 |
| HSL | 320.25º | 0.79% | 0.61% | - |
| HSV(B) | 320.25º | 0.67% | 0.92% | - |
| XYZ | 44.93 | 26.14 | 46.39 | - |
| YUV | 135.8 | 153.51 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 77 | 181 | 0 | 0.67 | 0.23 | 0.08 | 320.25 | 0.79 | 0.61 |
| Hex | EA | 4D | B5 | 0 | 43 | 17 | 8 | 140 | 4F | 3D |
| Octal | 352 | 115 | 265 | 0 | 103 | 27 | 10 | 500 | 117 | 75 |
| Binary | 11101010 | 1001101 | 10110101 | 0 | 1000011 | 10111 | 1000 | 101000000 | 1001111 | 111101 |
Color Harmonies of #EA4DB5
Complementary color
Monochromatic Colors of #EA4DB5
Black with #EA4DB5
Text Example
Text Example
White with #EA4DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4DB5; }
p { color: rgb(234,77,181); }
H1.HeaderClassName
{
color: #EA4DB5;
}
.AnyTagClassName
{
color: #EA4DB5;
}
</style>
background-color css
<style>
a { background-color: #EA4DB5; }
a { background-color: rgb(234,77,181); }
div.DivClassName
{
background-color: #EA4DB5;
}
.BgClassName
{
background-color: #EA4DB5;
}
</style>
border-color css
<style>
span { border-color: #EA4DB5; }
span { border-color: rgb(234,77,181); }
td.TdClassName
{
border-color: #EA4DB5;
}
.TagClassName
{
border-color: #EA4DB5;
}
</style>