Shades of Brilliant Rose #E252B3
Tints of Brilliant Rose #E252B3
RGB
CMYK
RGB Variations
Color information
#E252B3 (or 0xE252B3) is known color: Brilliant Rose. HEX triplet: E2, 52 and B3. RGB value is (226,82,179). Sum of RGB (Red+Green+Blue) = 226+82+179=487 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.41% from 487); Green value is 82 (32.42% from 255 or 16.84% from 487); Blue value is 179 (70.31% from 255 or 36.76% from 487); Max value from RGB is 226 - color contains mainly: red. Hex color #E252B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E252B3 is #1DAD4C. Grayscale: #878787. Windows color (decimal): -1944909 or 11752162. OLE color: 11752162.
HSL color Cylindrical-coordinate representation of color #E252B3: hue angle of 319.58º 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 #E252B3 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 82 | 179 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.11 |
| HSL | 319.58º | 0.71% | 0.6% | - |
| HSV(B) | 319.58º | 0.64% | 0.89% | - |
| XYZ | 42.52 | 25.46 | 45.32 | - |
| YUV | 136.11 | 152.21 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 82 | 179 | 0 | 0.64 | 0.21 | 0.11 | 319.58 | 0.71 | 0.6 |
| Hex | E2 | 52 | B3 | 0 | 40 | 15 | B | 140 | 47 | 3C |
| Octal | 342 | 122 | 263 | 0 | 100 | 25 | 13 | 500 | 107 | 74 |
| Binary | 11100010 | 1010010 | 10110011 | 0 | 1000000 | 10101 | 1011 | 101000000 | 1000111 | 111100 |
Color Harmonies of #E252B3
Complementary color
Monochromatic Colors of #E252B3
Black with #E252B3
Text Example
Text Example
White with #E252B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E252B3; }
p { color: rgb(226,82,179); }
H1.HeaderClassName
{
color: #E252B3;
}
.AnyTagClassName
{
color: #E252B3;
}
</style>
background-color css
<style>
a { background-color: #E252B3; }
a { background-color: rgb(226,82,179); }
div.DivClassName
{
background-color: #E252B3;
}
.BgClassName
{
background-color: #E252B3;
}
</style>
border-color css
<style>
span { border-color: #E252B3; }
span { border-color: rgb(226,82,179); }
td.TdClassName
{
border-color: #E252B3;
}
.TagClassName
{
border-color: #E252B3;
}
</style>