Shades of Brilliant Rose #E942AB
Tints of Brilliant Rose #E942AB
RGB
CMYK
RGB Variations
Color information
#E942AB (or 0xE942AB) is known color: Brilliant Rose. HEX triplet: E9, 42 and AB. RGB value is (233,66,171). Sum of RGB (Red+Green+Blue) = 233+66+171=470 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.57% from 470); Green value is 66 (26.17% from 255 or 14.04% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 233 - color contains mainly: red. Hex color #E942AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E942AB is #16BD54. Grayscale: #7F7F7F. Windows color (decimal): -1490261 or 11223785. OLE color: 11223785.
HSL color Cylindrical-coordinate representation of color #E942AB: hue angle of 322.28º 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 #E942AB is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 66 | 171 | - |
| CMYK | 0 | 0.72 | 0.27 | 0.09 |
| HSL | 322.28º | 0.79% | 0.59% | - |
| HSV(B) | 322.28º | 0.72% | 0.91% | - |
| XYZ | 42.9 | 24.16 | 40.93 | - |
| YUV | 127.9 | 152.33 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 66 | 171 | 0 | 0.72 | 0.27 | 0.09 | 322.28 | 0.79 | 0.59 |
| Hex | E9 | 42 | AB | 0 | 48 | 1B | 9 | 142 | 4F | 3B |
| Octal | 351 | 102 | 253 | 0 | 110 | 33 | 11 | 502 | 117 | 73 |
| Binary | 11101001 | 1000010 | 10101011 | 0 | 1001000 | 11011 | 1001 | 101000010 | 1001111 | 111011 |
Color Harmonies of #E942AB
Complementary color
Monochromatic Colors of #E942AB
Black with #E942AB
Text Example
Text Example
White with #E942AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E942AB; }
p { color: rgb(233,66,171); }
H1.HeaderClassName
{
color: #E942AB;
}
.AnyTagClassName
{
color: #E942AB;
}
</style>
background-color css
<style>
a { background-color: #E942AB; }
a { background-color: rgb(233,66,171); }
div.DivClassName
{
background-color: #E942AB;
}
.BgClassName
{
background-color: #E942AB;
}
</style>
border-color css
<style>
span { border-color: #E942AB; }
span { border-color: rgb(233,66,171); }
td.TdClassName
{
border-color: #E942AB;
}
.TagClassName
{
border-color: #E942AB;
}
</style>