Shades of Brilliant Rose #EA4DAB
Tints of Brilliant Rose #EA4DAB
RGB
CMYK
RGB Variations
Color information
#EA4DAB (or 0xEA4DAB) is known color: Brilliant Rose. HEX triplet: EA, 4D and AB. RGB value is (234,77,171). Sum of RGB (Red+Green+Blue) = 234+77+171=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 77 (30.47% from 255 or 15.98% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4DAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA4DAB is #15B254. Grayscale: #868686. Windows color (decimal): -1421909 or 11226602. OLE color: 11226602.
HSL color Cylindrical-coordinate representation of color #EA4DAB: hue angle of 324.08º 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 #EA4DAB is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 77 | 171 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.08 |
| HSL | 324.08º | 0.79% | 0.61% | - |
| HSV(B) | 324.08º | 0.67% | 0.92% | - |
| XYZ | 43.94 | 25.74 | 41.18 | - |
| YUV | 134.66 | 148.51 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 77 | 171 | 0 | 0.67 | 0.27 | 0.08 | 324.08 | 0.79 | 0.61 |
| Hex | EA | 4D | AB | 0 | 43 | 1B | 8 | 144 | 4F | 3D |
| Octal | 352 | 115 | 253 | 0 | 103 | 33 | 10 | 504 | 117 | 75 |
| Binary | 11101010 | 1001101 | 10101011 | 0 | 1000011 | 11011 | 1000 | 101000100 | 1001111 | 111101 |
Color Harmonies of #EA4DAB
Complementary color
Monochromatic Colors of #EA4DAB
Black with #EA4DAB
Text Example
Text Example
White with #EA4DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4DAB; }
p { color: rgb(234,77,171); }
H1.HeaderClassName
{
color: #EA4DAB;
}
.AnyTagClassName
{
color: #EA4DAB;
}
</style>
background-color css
<style>
a { background-color: #EA4DAB; }
a { background-color: rgb(234,77,171); }
div.DivClassName
{
background-color: #EA4DAB;
}
.BgClassName
{
background-color: #EA4DAB;
}
</style>
border-color css
<style>
span { border-color: #EA4DAB; }
span { border-color: rgb(234,77,171); }
td.TdClassName
{
border-color: #EA4DAB;
}
.TagClassName
{
border-color: #EA4DAB;
}
</style>