Shades of Brilliant Rose #EA4DBA
Tints of Brilliant Rose #EA4DBA
RGB
CMYK
RGB Variations
Color information
#EA4DBA (or 0xEA4DBA) is known color: Brilliant Rose. HEX triplet: EA, 4D and BA. RGB value is (234,77,186). Sum of RGB (Red+Green+Blue) = 234+77+186=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 77 (30.47% from 255 or 15.49% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA4DBA is #15B245. Grayscale: #888888. Windows color (decimal): -1421894 or 12209642. OLE color: 12209642.
HSL color Cylindrical-coordinate representation of color #EA4DBA: hue angle of 318.34º 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 #EA4DBA is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 77 | 186 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.08 |
| HSL | 318.34º | 0.79% | 0.61% | - |
| HSV(B) | 318.34º | 0.67% | 0.92% | - |
| XYZ | 45.45 | 26.35 | 49.14 | - |
| YUV | 136.37 | 156.01 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 77 | 186 | 0 | 0.67 | 0.21 | 0.08 | 318.34 | 0.79 | 0.61 |
| Hex | EA | 4D | BA | 0 | 43 | 15 | 8 | 13E | 4F | 3D |
| Octal | 352 | 115 | 272 | 0 | 103 | 25 | 10 | 476 | 117 | 75 |
| Binary | 11101010 | 1001101 | 10111010 | 0 | 1000011 | 10101 | 1000 | 100111110 | 1001111 | 111101 |
Color Harmonies of #EA4DBA
Complementary color
Monochromatic Colors of #EA4DBA
Black with #EA4DBA
Text Example
Text Example
White with #EA4DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4DBA; }
p { color: rgb(234,77,186); }
H1.HeaderClassName
{
color: #EA4DBA;
}
.AnyTagClassName
{
color: #EA4DBA;
}
</style>
background-color css
<style>
a { background-color: #EA4DBA; }
a { background-color: rgb(234,77,186); }
div.DivClassName
{
background-color: #EA4DBA;
}
.BgClassName
{
background-color: #EA4DBA;
}
</style>
border-color css
<style>
span { border-color: #EA4DBA; }
span { border-color: rgb(234,77,186); }
td.TdClassName
{
border-color: #EA4DBA;
}
.TagClassName
{
border-color: #EA4DBA;
}
</style>