Shades of Brilliant Rose #E253AE
Tints of Brilliant Rose #E253AE
RGB
CMYK
RGB Variations
Color information
#E253AE (or 0xE253AE) is known color: Brilliant Rose. HEX triplet: E2, 53 and AE. RGB value is (226,83,174). Sum of RGB (Red+Green+Blue) = 226+83+174=483 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.79% from 483); Green value is 83 (32.81% from 255 or 17.18% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 226 - color contains mainly: red. Hex color #E253AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E253AE is #1DAC51. Grayscale: #878787. Windows color (decimal): -1944658 or 11424738. OLE color: 11424738.
HSL color Cylindrical-coordinate representation of color #E253AE: hue angle of 321.82º 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 #E253AE is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 83 | 174 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.11 |
| HSL | 321.82º | 0.71% | 0.61% | - |
| HSV(B) | 321.82º | 0.63% | 0.89% | - |
| XYZ | 42.1 | 25.41 | 42.73 | - |
| YUV | 136.13 | 149.38 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 83 | 174 | 0 | 0.63 | 0.23 | 0.11 | 321.82 | 0.71 | 0.61 |
| Hex | E2 | 53 | AE | 0 | 3F | 17 | B | 142 | 47 | 3D |
| Octal | 342 | 123 | 256 | 0 | 77 | 27 | 13 | 502 | 107 | 75 |
| Binary | 11100010 | 1010011 | 10101110 | 0 | 111111 | 10111 | 1011 | 101000010 | 1000111 | 111101 |
Color Harmonies of #E253AE
Complementary color
Monochromatic Colors of #E253AE
Black with #E253AE
Text Example
Text Example
White with #E253AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E253AE; }
p { color: rgb(226,83,174); }
H1.HeaderClassName
{
color: #E253AE;
}
.AnyTagClassName
{
color: #E253AE;
}
</style>
background-color css
<style>
a { background-color: #E253AE; }
a { background-color: rgb(226,83,174); }
div.DivClassName
{
background-color: #E253AE;
}
.BgClassName
{
background-color: #E253AE;
}
</style>
border-color css
<style>
span { border-color: #E253AE; }
span { border-color: rgb(226,83,174); }
td.TdClassName
{
border-color: #E253AE;
}
.TagClassName
{
border-color: #E253AE;
}
</style>