Shades of Brilliant Rose #E252AC
Tints of Brilliant Rose #E252AC
RGB
CMYK
RGB Variations
Color information
#E252AC (or 0xE252AC) is known color: Brilliant Rose. HEX triplet: E2, 52 and AC. RGB value is (226,82,172). Sum of RGB (Red+Green+Blue) = 226+82+172=480 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.08% from 480); Green value is 82 (32.42% from 255 or 17.08% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 226 - color contains mainly: red. Hex color #E252AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E252AC is #1DAD53. Grayscale: #878787. Windows color (decimal): -1944916 or 11293410. OLE color: 11293410.
HSL color Cylindrical-coordinate representation of color #E252AC: hue angle of 322.5º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E252AC is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 82 | 172 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.11 |
| HSL | 322.5º | 0.71% | 0.6% | - |
| HSV(B) | 322.5º | 0.64% | 0.89% | - |
| XYZ | 41.83 | 25.18 | 41.69 | - |
| YUV | 135.32 | 148.71 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 82 | 172 | 0 | 0.64 | 0.24 | 0.11 | 322.5 | 0.71 | 0.6 |
| Hex | E2 | 52 | AC | 0 | 40 | 18 | B | 142 | 47 | 3C |
| Octal | 342 | 122 | 254 | 0 | 100 | 30 | 13 | 502 | 107 | 74 |
| Binary | 11100010 | 1010010 | 10101100 | 0 | 1000000 | 11000 | 1011 | 101000010 | 1000111 | 111100 |
Color Harmonies of #E252AC
Complementary color
Monochromatic Colors of #E252AC
Black with #E252AC
Text Example
Text Example
White with #E252AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E252AC; }
p { color: rgb(226,82,172); }
H1.HeaderClassName
{
color: #E252AC;
}
.AnyTagClassName
{
color: #E252AC;
}
</style>
background-color css
<style>
a { background-color: #E252AC; }
a { background-color: rgb(226,82,172); }
div.DivClassName
{
background-color: #E252AC;
}
.BgClassName
{
background-color: #E252AC;
}
</style>
border-color css
<style>
span { border-color: #E252AC; }
span { border-color: rgb(226,82,172); }
td.TdClassName
{
border-color: #E252AC;
}
.TagClassName
{
border-color: #E252AC;
}
</style>