Shades of Razzle Dazzle Rose #E62CEC
Tints of Razzle Dazzle Rose #E62CEC
RGB
CMYK
RGB Variations
Color information
#E62CEC (or 0xE62CEC) is known color: Razzle Dazzle Rose. HEX triplet: E6, 2C and EC. RGB value is (230,44,236). Sum of RGB (Red+Green+Blue) = 230+44+236=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 44 (17.58% from 255 or 8.63% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #E62CEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E62CEC is #19D313. Grayscale: #787878. Windows color (decimal): -1692436 or 15477990. OLE color: 15477990.
HSL color Cylindrical-coordinate representation of color #E62CEC: hue angle of 298.12º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E62CEC is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 44 | 236 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.07 |
| HSL | 298.13º | 0.83% | 0.55% | - |
| HSV(B) | 298.13º | 0.81% | 0.93% | - |
| XYZ | 48.67 | 24.68 | 81.56 | - |
| YUV | 121.5 | 192.62 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 44 | 236 | 0.03 | 0.81 | 0 | 0.07 | 298.13 | 0.83 | 0.55 |
| Hex | E6 | 2C | EC | 3 | 51 | 0 | 7 | 12A | 53 | 37 |
| Octal | 346 | 54 | 354 | 3 | 121 | 0 | 7 | 452 | 123 | 67 |
| Binary | 11100110 | 101100 | 11101100 | 11 | 1010001 | 0 | 111 | 100101010 | 1010011 | 110111 |
Color Harmonies of #E62CEC
Complementary color
Monochromatic Colors of #E62CEC
Black with #E62CEC
Text Example
Text Example
White with #E62CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62CEC; }
p { color: rgb(230,44,236); }
H1.HeaderClassName
{
color: #E62CEC;
}
.AnyTagClassName
{
color: #E62CEC;
}
</style>
background-color css
<style>
a { background-color: #E62CEC; }
a { background-color: rgb(230,44,236); }
div.DivClassName
{
background-color: #E62CEC;
}
.BgClassName
{
background-color: #E62CEC;
}
</style>
border-color css
<style>
span { border-color: #E62CEC; }
span { border-color: rgb(230,44,236); }
td.TdClassName
{
border-color: #E62CEC;
}
.TagClassName
{
border-color: #E62CEC;
}
</style>