Shades of Brilliant Rose #E253AC
Tints of Brilliant Rose #E253AC
RGB
CMYK
RGB Variations
Color information
#E253AC (or 0xE253AC) is known color: Brilliant Rose. HEX triplet: E2, 53 and AC. RGB value is (226,83,172). Sum of RGB (Red+Green+Blue) = 226+83+172=481 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.99% from 481); Green value is 83 (32.81% from 255 or 17.26% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 226 - color contains mainly: red. Hex color #E253AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E253AC is #1DAC53. Grayscale: #878787. Windows color (decimal): -1944660 or 11293666. OLE color: 11293666.
HSL color Cylindrical-coordinate representation of color #E253AC: hue angle of 322.66º 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 #E253AC is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 83 | 172 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.11 |
| HSL | 322.66º | 0.71% | 0.61% | - |
| HSV(B) | 322.66º | 0.63% | 0.89% | - |
| XYZ | 41.9 | 25.33 | 41.71 | - |
| YUV | 135.9 | 148.38 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 83 | 172 | 0 | 0.63 | 0.24 | 0.11 | 322.66 | 0.71 | 0.61 |
| Hex | E2 | 53 | AC | 0 | 3F | 18 | B | 143 | 47 | 3D |
| Octal | 342 | 123 | 254 | 0 | 77 | 30 | 13 | 503 | 107 | 75 |
| Binary | 11100010 | 1010011 | 10101100 | 0 | 111111 | 11000 | 1011 | 101000011 | 1000111 | 111101 |
Color Harmonies of #E253AC
Complementary color
Monochromatic Colors of #E253AC
Black with #E253AC
Text Example
Text Example
White with #E253AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E253AC; }
p { color: rgb(226,83,172); }
H1.HeaderClassName
{
color: #E253AC;
}
.AnyTagClassName
{
color: #E253AC;
}
</style>
background-color css
<style>
a { background-color: #E253AC; }
a { background-color: rgb(226,83,172); }
div.DivClassName
{
background-color: #E253AC;
}
.BgClassName
{
background-color: #E253AC;
}
</style>
border-color css
<style>
span { border-color: #E253AC; }
span { border-color: rgb(226,83,172); }
td.TdClassName
{
border-color: #E253AC;
}
.TagClassName
{
border-color: #E253AC;
}
</style>