Shades of Brilliant Rose #E953AF
Tints of Brilliant Rose #E953AF
RGB
CMYK
RGB Variations
Color information
#E953AF (or 0xE953AF) is known color: Brilliant Rose. HEX triplet: E9, 53 and AF. RGB value is (233,83,175). Sum of RGB (Red+Green+Blue) = 233+83+175=491 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.45% from 491); Green value is 83 (32.81% from 255 or 16.90% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 233 - color contains mainly: red. Hex color #E953AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E953AF is #16AC50. Grayscale: #8A8A8A. Windows color (decimal): -1485905 or 11490281. OLE color: 11490281.
HSL color Cylindrical-coordinate representation of color #E953AF: hue angle of 323.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 #E953AF is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 83 | 175 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.09 |
| HSL | 323.2º | 0.77% | 0.62% | - |
| HSV(B) | 323.2º | 0.64% | 0.91% | - |
| XYZ | 44.44 | 26.61 | 43.35 | - |
| YUV | 138.34 | 148.7 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 83 | 175 | 0 | 0.64 | 0.25 | 0.09 | 323.2 | 0.77 | 0.62 |
| Hex | E9 | 53 | AF | 0 | 40 | 19 | 9 | 143 | 4D | 3E |
| Octal | 351 | 123 | 257 | 0 | 100 | 31 | 11 | 503 | 115 | 76 |
| Binary | 11101001 | 1010011 | 10101111 | 0 | 1000000 | 11001 | 1001 | 101000011 | 1001101 | 111110 |
Color Harmonies of #E953AF
Complementary color
Monochromatic Colors of #E953AF
Black with #E953AF
Text Example
Text Example
White with #E953AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E953AF; }
p { color: rgb(233,83,175); }
H1.HeaderClassName
{
color: #E953AF;
}
.AnyTagClassName
{
color: #E953AF;
}
</style>
background-color css
<style>
a { background-color: #E953AF; }
a { background-color: rgb(233,83,175); }
div.DivClassName
{
background-color: #E953AF;
}
.BgClassName
{
background-color: #E953AF;
}
</style>
border-color css
<style>
span { border-color: #E953AF; }
span { border-color: rgb(233,83,175); }
td.TdClassName
{
border-color: #E953AF;
}
.TagClassName
{
border-color: #E953AF;
}
</style>