Shades of Brilliant Rose #E953AA
Tints of Brilliant Rose #E953AA
RGB
CMYK
RGB Variations
Color information
#E953AA (or 0xE953AA) is known color: Brilliant Rose. HEX triplet: E9, 53 and AA. RGB value is (233,83,170). Sum of RGB (Red+Green+Blue) = 233+83+170=486 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.94% from 486); Green value is 83 (32.81% from 255 or 17.08% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 233 - color contains mainly: red. Hex color #E953AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E953AA is #16AC55. Grayscale: #898989. Windows color (decimal): -1485910 or 11162601. OLE color: 11162601.
HSL color Cylindrical-coordinate representation of color #E953AA: hue angle of 325.2º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E953AA is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 83 | 170 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.09 |
| HSL | 325.2º | 0.77% | 0.62% | - |
| HSV(B) | 325.2º | 0.64% | 0.91% | - |
| XYZ | 43.95 | 26.41 | 40.81 | - |
| YUV | 137.77 | 146.2 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 83 | 170 | 0 | 0.64 | 0.27 | 0.09 | 325.2 | 0.77 | 0.62 |
| Hex | E9 | 53 | AA | 0 | 40 | 1B | 9 | 145 | 4D | 3E |
| Octal | 351 | 123 | 252 | 0 | 100 | 33 | 11 | 505 | 115 | 76 |
| Binary | 11101001 | 1010011 | 10101010 | 0 | 1000000 | 11011 | 1001 | 101000101 | 1001101 | 111110 |
Color Harmonies of #E953AA
Complementary color
Monochromatic Colors of #E953AA
Black with #E953AA
Text Example
Text Example
White with #E953AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E953AA; }
p { color: rgb(233,83,170); }
H1.HeaderClassName
{
color: #E953AA;
}
.AnyTagClassName
{
color: #E953AA;
}
</style>
background-color css
<style>
a { background-color: #E953AA; }
a { background-color: rgb(233,83,170); }
div.DivClassName
{
background-color: #E953AA;
}
.BgClassName
{
background-color: #E953AA;
}
</style>
border-color css
<style>
span { border-color: #E953AA; }
span { border-color: rgb(233,83,170); }
td.TdClassName
{
border-color: #E953AA;
}
.TagClassName
{
border-color: #E953AA;
}
</style>