Shades of Brilliant Rose #E942AD
Tints of Brilliant Rose #E942AD
RGB
CMYK
RGB Variations
Color information
#E942AD (or 0xE942AD) is known color: Brilliant Rose. HEX triplet: E9, 42 and AD. RGB value is (233,66,173). Sum of RGB (Red+Green+Blue) = 233+66+173=472 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.36% from 472); Green value is 66 (26.17% from 255 or 13.98% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 233 - color contains mainly: red. Hex color #E942AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E942AD is #16BD52. Grayscale: #7F7F7F. Windows color (decimal): -1490259 or 11354857. OLE color: 11354857.
HSL color Cylindrical-coordinate representation of color #E942AD: hue angle of 321.56º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E942AD is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 66 | 173 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.09 |
| HSL | 321.56º | 0.79% | 0.59% | - |
| HSV(B) | 321.56º | 0.72% | 0.91% | - |
| XYZ | 43.1 | 24.24 | 41.94 | - |
| YUV | 128.13 | 153.33 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 66 | 173 | 0 | 0.72 | 0.26 | 0.09 | 321.56 | 0.79 | 0.59 |
| Hex | E9 | 42 | AD | 0 | 48 | 1A | 9 | 142 | 4F | 3B |
| Octal | 351 | 102 | 255 | 0 | 110 | 32 | 11 | 502 | 117 | 73 |
| Binary | 11101001 | 1000010 | 10101101 | 0 | 1001000 | 11010 | 1001 | 101000010 | 1001111 | 111011 |
Color Harmonies of #E942AD
Complementary color
Monochromatic Colors of #E942AD
Black with #E942AD
Text Example
Text Example
White with #E942AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E942AD; }
p { color: rgb(233,66,173); }
H1.HeaderClassName
{
color: #E942AD;
}
.AnyTagClassName
{
color: #E942AD;
}
</style>
background-color css
<style>
a { background-color: #E942AD; }
a { background-color: rgb(233,66,173); }
div.DivClassName
{
background-color: #E942AD;
}
.BgClassName
{
background-color: #E942AD;
}
</style>
border-color css
<style>
span { border-color: #E942AD; }
span { border-color: rgb(233,66,173); }
td.TdClassName
{
border-color: #E942AD;
}
.TagClassName
{
border-color: #E942AD;
}
</style>