Shades of Brilliant Rose #EA4DB6
Tints of Brilliant Rose #EA4DB6
RGB
CMYK
RGB Variations
Color information
#EA4DB6 (or 0xEA4DB6) is known color: Brilliant Rose. HEX triplet: EA, 4D and B6. RGB value is (234,77,182). Sum of RGB (Red+Green+Blue) = 234+77+182=493 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.46% from 493); Green value is 77 (30.47% from 255 or 15.62% from 493); Blue value is 182 (71.48% from 255 or 36.92% from 493); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4DB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA4DB6 is #15B249. Grayscale: #878787. Windows color (decimal): -1421898 or 11947498. OLE color: 11947498.
HSL color Cylindrical-coordinate representation of color #EA4DB6: hue angle of 319.87º 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 #EA4DB6 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 77 | 182 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.08 |
| HSL | 319.87º | 0.79% | 0.61% | - |
| HSV(B) | 319.87º | 0.67% | 0.92% | - |
| XYZ | 45.03 | 26.18 | 46.94 | - |
| YUV | 135.91 | 154.01 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 77 | 182 | 0 | 0.67 | 0.22 | 0.08 | 319.87 | 0.79 | 0.61 |
| Hex | EA | 4D | B6 | 0 | 43 | 16 | 8 | 140 | 4F | 3D |
| Octal | 352 | 115 | 266 | 0 | 103 | 26 | 10 | 500 | 117 | 75 |
| Binary | 11101010 | 1001101 | 10110110 | 0 | 1000011 | 10110 | 1000 | 101000000 | 1001111 | 111101 |
Color Harmonies of #EA4DB6
Complementary color
Monochromatic Colors of #EA4DB6
Black with #EA4DB6
Text Example
Text Example
White with #EA4DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4DB6; }
p { color: rgb(234,77,182); }
H1.HeaderClassName
{
color: #EA4DB6;
}
.AnyTagClassName
{
color: #EA4DB6;
}
</style>
background-color css
<style>
a { background-color: #EA4DB6; }
a { background-color: rgb(234,77,182); }
div.DivClassName
{
background-color: #EA4DB6;
}
.BgClassName
{
background-color: #EA4DB6;
}
</style>
border-color css
<style>
span { border-color: #EA4DB6; }
span { border-color: rgb(234,77,182); }
td.TdClassName
{
border-color: #EA4DB6;
}
.TagClassName
{
border-color: #EA4DB6;
}
</style>