Shades of Razzle Dazzle Rose #E62BE5
Tints of Razzle Dazzle Rose #E62BE5
RGB
CMYK
RGB Variations
Color information
#E62BE5 (or 0xE62BE5) is known color: Razzle Dazzle Rose. HEX triplet: E6, 2B and E5. RGB value is (230,43,229). Sum of RGB (Red+Green+Blue) = 230+43+229=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 43 (17.19% from 255 or 8.57% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 230 - color contains mainly: red. Hex color #E62BE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62BE5 is #19D41A. Grayscale: #777777. Windows color (decimal): -1692699 or 15018982. OLE color: 15018982.
HSL color Cylindrical-coordinate representation of color #E62BE5: hue angle of 300.32º 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 #E62BE5 is Cyan = 0, Magento = 0.81, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 43 | 229 | - |
| CMYK | 0 | 0.81 | 0.00 | 0.10 |
| HSL | 300.32º | 0.79% | 0.54% | - |
| HSV(B) | 300.32º | 0.81% | 0.9% | - |
| XYZ | 47.64 | 24.21 | 76.29 | - |
| YUV | 120.12 | 189.45 | 206.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 43 | 229 | 0 | 0.81 | 0.00 | 0.10 | 300.32 | 0.79 | 0.54 |
| Hex | E6 | 2B | E5 | 0 | 51 | 0 | A | 12C | 4F | 36 |
| Octal | 346 | 53 | 345 | 0 | 121 | 0 | 12 | 454 | 117 | 66 |
| Binary | 11100110 | 101011 | 11100101 | 0 | 1010001 | 0 | 1010 | 100101100 | 1001111 | 110110 |
Color Harmonies of #E62BE5
Complementary color
Monochromatic Colors of #E62BE5
Black with #E62BE5
Text Example
Text Example
White with #E62BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62BE5; }
p { color: rgb(230,43,229); }
H1.HeaderClassName
{
color: #E62BE5;
}
.AnyTagClassName
{
color: #E62BE5;
}
</style>
background-color css
<style>
a { background-color: #E62BE5; }
a { background-color: rgb(230,43,229); }
div.DivClassName
{
background-color: #E62BE5;
}
.BgClassName
{
background-color: #E62BE5;
}
</style>
border-color css
<style>
span { border-color: #E62BE5; }
span { border-color: rgb(230,43,229); }
td.TdClassName
{
border-color: #E62BE5;
}
.TagClassName
{
border-color: #E62BE5;
}
</style>