Shades of Brilliant Rose #EA4DB0
Tints of Brilliant Rose #EA4DB0
RGB
CMYK
RGB Variations
Color information
#EA4DB0 (or 0xEA4DB0) is known color: Brilliant Rose. HEX triplet: EA, 4D and B0. RGB value is (234,77,176). Sum of RGB (Red+Green+Blue) = 234+77+176=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 77 (30.47% from 255 or 15.81% from 487); Blue value is 176 (69.14% from 255 or 36.14% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4DB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA4DB0 is #15B24F. Grayscale: #868686. Windows color (decimal): -1421904 or 11554282. OLE color: 11554282.
HSL color Cylindrical-coordinate representation of color #EA4DB0: hue angle of 322.17º 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 #EA4DB0 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 77 | 176 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.08 |
| HSL | 322.17º | 0.79% | 0.61% | - |
| HSV(B) | 322.17º | 0.67% | 0.92% | - |
| XYZ | 44.42 | 25.93 | 43.74 | - |
| YUV | 135.23 | 151.01 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 77 | 176 | 0 | 0.67 | 0.25 | 0.08 | 322.17 | 0.79 | 0.61 |
| Hex | EA | 4D | B0 | 0 | 43 | 19 | 8 | 142 | 4F | 3D |
| Octal | 352 | 115 | 260 | 0 | 103 | 31 | 10 | 502 | 117 | 75 |
| Binary | 11101010 | 1001101 | 10110000 | 0 | 1000011 | 11001 | 1000 | 101000010 | 1001111 | 111101 |
Color Harmonies of #EA4DB0
Complementary color
Monochromatic Colors of #EA4DB0
Black with #EA4DB0
Text Example
Text Example
White with #EA4DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4DB0; }
p { color: rgb(234,77,176); }
H1.HeaderClassName
{
color: #EA4DB0;
}
.AnyTagClassName
{
color: #EA4DB0;
}
</style>
background-color css
<style>
a { background-color: #EA4DB0; }
a { background-color: rgb(234,77,176); }
div.DivClassName
{
background-color: #EA4DB0;
}
.BgClassName
{
background-color: #EA4DB0;
}
</style>
border-color css
<style>
span { border-color: #EA4DB0; }
span { border-color: rgb(234,77,176); }
td.TdClassName
{
border-color: #EA4DB0;
}
.TagClassName
{
border-color: #EA4DB0;
}
</style>