Shades of Razzle Dazzle Rose #E62CCD
Tints of Razzle Dazzle Rose #E62CCD
RGB
CMYK
RGB Variations
Color information
#E62CCD (or 0xE62CCD) is known color: Razzle Dazzle Rose. HEX triplet: E6, 2C and CD. RGB value is (230,44,205). Sum of RGB (Red+Green+Blue) = 230+44+205=479 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.02% from 479); Green value is 44 (17.58% from 255 or 9.19% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 230 - color contains mainly: red. Hex color #E62CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62CCD is #19D332. Grayscale: #757575. Windows color (decimal): -1692467 or 13446374. OLE color: 13446374.
HSL color Cylindrical-coordinate representation of color #E62CCD: hue angle of 308.06º 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 #E62CCD is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 44 | 205 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.10 |
| HSL | 308.06º | 0.79% | 0.54% | - |
| HSV(B) | 308.06º | 0.81% | 0.9% | - |
| XYZ | 44.55 | 23.03 | 59.86 | - |
| YUV | 117.97 | 177.12 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 44 | 205 | 0 | 0.81 | 0.11 | 0.10 | 308.06 | 0.79 | 0.54 |
| Hex | E6 | 2C | CD | 0 | 51 | B | A | 134 | 4F | 36 |
| Octal | 346 | 54 | 315 | 0 | 121 | 13 | 12 | 464 | 117 | 66 |
| Binary | 11100110 | 101100 | 11001101 | 0 | 1010001 | 1011 | 1010 | 100110100 | 1001111 | 110110 |
Color Harmonies of #E62CCD
Complementary color
Monochromatic Colors of #E62CCD
Black with #E62CCD
Text Example
Text Example
White with #E62CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62CCD; }
p { color: rgb(230,44,205); }
H1.HeaderClassName
{
color: #E62CCD;
}
.AnyTagClassName
{
color: #E62CCD;
}
</style>
background-color css
<style>
a { background-color: #E62CCD; }
a { background-color: rgb(230,44,205); }
div.DivClassName
{
background-color: #E62CCD;
}
.BgClassName
{
background-color: #E62CCD;
}
</style>
border-color css
<style>
span { border-color: #E62CCD; }
span { border-color: rgb(230,44,205); }
td.TdClassName
{
border-color: #E62CCD;
}
.TagClassName
{
border-color: #E62CCD;
}
</style>