Shades of Razzle Dazzle Rose #E62BE1
Tints of Razzle Dazzle Rose #E62BE1
RGB
CMYK
RGB Variations
Color information
#E62BE1 (or 0xE62BE1) is known color: Razzle Dazzle Rose. HEX triplet: E6, 2B and E1. RGB value is (230,43,225). Sum of RGB (Red+Green+Blue) = 230+43+225=498 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.18% from 498); Green value is 43 (17.19% from 255 or 8.63% from 498); Blue value is 225 (88.28% from 255 or 45.18% from 498); Max value from RGB is 230 - color contains mainly: red. Hex color #E62BE1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62BE1 is #19D41E. Grayscale: #777777. Windows color (decimal): -1692703 or 14756838. OLE color: 14756838.
HSL color Cylindrical-coordinate representation of color #E62BE1: hue angle of 301.6º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E62BE1 is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 43 | 225 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.10 |
| HSL | 301.6º | 0.79% | 0.54% | - |
| HSV(B) | 301.6º | 0.81% | 0.9% | - |
| XYZ | 47.09 | 23.99 | 73.38 | - |
| YUV | 119.66 | 187.45 | 206.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 43 | 225 | 0 | 0.81 | 0.02 | 0.10 | 301.6 | 0.79 | 0.54 |
| Hex | E6 | 2B | E1 | 0 | 51 | 2 | A | 12E | 4F | 36 |
| Octal | 346 | 53 | 341 | 0 | 121 | 2 | 12 | 456 | 117 | 66 |
| Binary | 11100110 | 101011 | 11100001 | 0 | 1010001 | 10 | 1010 | 100101110 | 1001111 | 110110 |
Color Harmonies of #E62BE1
Complementary color
Monochromatic Colors of #E62BE1
Black with #E62BE1
Text Example
Text Example
White with #E62BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62BE1; }
p { color: rgb(230,43,225); }
H1.HeaderClassName
{
color: #E62BE1;
}
.AnyTagClassName
{
color: #E62BE1;
}
</style>
background-color css
<style>
a { background-color: #E62BE1; }
a { background-color: rgb(230,43,225); }
div.DivClassName
{
background-color: #E62BE1;
}
.BgClassName
{
background-color: #E62BE1;
}
</style>
border-color css
<style>
span { border-color: #E62BE1; }
span { border-color: rgb(230,43,225); }
td.TdClassName
{
border-color: #E62BE1;
}
.TagClassName
{
border-color: #E62BE1;
}
</style>