Shades of Brilliant Rose #E253AB
Tints of Brilliant Rose #E253AB
RGB
CMYK
RGB Variations
Color information
#E253AB (or 0xE253AB) is known color: Brilliant Rose. HEX triplet: E2, 53 and AB. RGB value is (226,83,171). Sum of RGB (Red+Green+Blue) = 226+83+171=480 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.08% from 480); Green value is 83 (32.81% from 255 or 17.29% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 226 - color contains mainly: red. Hex color #E253AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E253AB is #1DAC54. Grayscale: #878787. Windows color (decimal): -1944661 or 11228130. OLE color: 11228130.
HSL color Cylindrical-coordinate representation of color #E253AB: hue angle of 323.08º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E253AB is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 83 | 171 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.11 |
| HSL | 323.08º | 0.71% | 0.61% | - |
| HSV(B) | 323.08º | 0.63% | 0.89% | - |
| XYZ | 41.81 | 25.3 | 41.21 | - |
| YUV | 135.79 | 147.88 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 83 | 171 | 0 | 0.63 | 0.24 | 0.11 | 323.08 | 0.71 | 0.61 |
| Hex | E2 | 53 | AB | 0 | 3F | 18 | B | 143 | 47 | 3D |
| Octal | 342 | 123 | 253 | 0 | 77 | 30 | 13 | 503 | 107 | 75 |
| Binary | 11100010 | 1010011 | 10101011 | 0 | 111111 | 11000 | 1011 | 101000011 | 1000111 | 111101 |
Color Harmonies of #E253AB
Complementary color
Monochromatic Colors of #E253AB
Black with #E253AB
Text Example
Text Example
White with #E253AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E253AB; }
p { color: rgb(226,83,171); }
H1.HeaderClassName
{
color: #E253AB;
}
.AnyTagClassName
{
color: #E253AB;
}
</style>
background-color css
<style>
a { background-color: #E253AB; }
a { background-color: rgb(226,83,171); }
div.DivClassName
{
background-color: #E253AB;
}
.BgClassName
{
background-color: #E253AB;
}
</style>
border-color css
<style>
span { border-color: #E253AB; }
span { border-color: rgb(226,83,171); }
td.TdClassName
{
border-color: #E253AB;
}
.TagClassName
{
border-color: #E253AB;
}
</style>