Shades of Brilliant Rose #E945AB
Tints of Brilliant Rose #E945AB
RGB
CMYK
RGB Variations
Color information
#E945AB (or 0xE945AB) is known color: Brilliant Rose. HEX triplet: E9, 45 and AB. RGB value is (233,69,171). Sum of RGB (Red+Green+Blue) = 233+69+171=473 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.26% from 473); Green value is 69 (27.34% from 255 or 14.59% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 233 - color contains mainly: red. Hex color #E945AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E945AB is #16BA54. Grayscale: #818181. Windows color (decimal): -1489493 or 11224553. OLE color: 11224553.
HSL color Cylindrical-coordinate representation of color #E945AB: hue angle of 322.68º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E945AB is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 69 | 171 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.09 |
| HSL | 322.68º | 0.79% | 0.59% | - |
| HSV(B) | 322.68º | 0.7% | 0.91% | - |
| XYZ | 43.08 | 24.52 | 40.99 | - |
| YUV | 129.66 | 151.33 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 69 | 171 | 0 | 0.70 | 0.27 | 0.09 | 322.68 | 0.79 | 0.59 |
| Hex | E9 | 45 | AB | 0 | 46 | 1B | 9 | 143 | 4F | 3B |
| Octal | 351 | 105 | 253 | 0 | 106 | 33 | 11 | 503 | 117 | 73 |
| Binary | 11101001 | 1000101 | 10101011 | 0 | 1000110 | 11011 | 1001 | 101000011 | 1001111 | 111011 |
Color Harmonies of #E945AB
Complementary color
Monochromatic Colors of #E945AB
Black with #E945AB
Text Example
Text Example
White with #E945AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E945AB; }
p { color: rgb(233,69,171); }
H1.HeaderClassName
{
color: #E945AB;
}
.AnyTagClassName
{
color: #E945AB;
}
</style>
background-color css
<style>
a { background-color: #E945AB; }
a { background-color: rgb(233,69,171); }
div.DivClassName
{
background-color: #E945AB;
}
.BgClassName
{
background-color: #E945AB;
}
</style>
border-color css
<style>
span { border-color: #E945AB; }
span { border-color: rgb(233,69,171); }
td.TdClassName
{
border-color: #E945AB;
}
.TagClassName
{
border-color: #E945AB;
}
</style>