Shades of Brilliant Rose #EA46AD
Tints of Brilliant Rose #EA46AD
RGB
CMYK
RGB Variations
Color information
#EA46AD (or 0xEA46AD) is known color: Brilliant Rose. HEX triplet: EA, 46 and AD. RGB value is (234,70,173). Sum of RGB (Red+Green+Blue) = 234+70+173=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 70 (27.73% from 255 or 14.68% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EA46AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA46AD is #15B952. Grayscale: #828282. Windows color (decimal): -1423699 or 11355882. OLE color: 11355882.
HSL color Cylindrical-coordinate representation of color #EA46AD: hue angle of 322.32º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA46AD is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 70 | 173 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.08 |
| HSL | 322.32º | 0.8% | 0.6% | - |
| HSV(B) | 322.32º | 0.7% | 0.92% | - |
| XYZ | 43.66 | 24.89 | 42.04 | - |
| YUV | 130.78 | 151.83 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 70 | 173 | 0 | 0.70 | 0.26 | 0.08 | 322.32 | 0.8 | 0.6 |
| Hex | EA | 46 | AD | 0 | 46 | 1A | 8 | 142 | 50 | 3C |
| Octal | 352 | 106 | 255 | 0 | 106 | 32 | 10 | 502 | 120 | 74 |
| Binary | 11101010 | 1000110 | 10101101 | 0 | 1000110 | 11010 | 1000 | 101000010 | 1010000 | 111100 |
Color Harmonies of #EA46AD
Complementary color
Monochromatic Colors of #EA46AD
Black with #EA46AD
Text Example
Text Example
White with #EA46AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA46AD; }
p { color: rgb(234,70,173); }
H1.HeaderClassName
{
color: #EA46AD;
}
.AnyTagClassName
{
color: #EA46AD;
}
</style>
background-color css
<style>
a { background-color: #EA46AD; }
a { background-color: rgb(234,70,173); }
div.DivClassName
{
background-color: #EA46AD;
}
.BgClassName
{
background-color: #EA46AD;
}
</style>
border-color css
<style>
span { border-color: #EA46AD; }
span { border-color: rgb(234,70,173); }
td.TdClassName
{
border-color: #EA46AD;
}
.TagClassName
{
border-color: #EA46AD;
}
</style>