Shades of Razzle Dazzle Rose #E62CDC
Tints of Razzle Dazzle Rose #E62CDC
RGB
CMYK
RGB Variations
Color information
#E62CDC (or 0xE62CDC) is known color: Razzle Dazzle Rose. HEX triplet: E6, 2C and DC. RGB value is (230,44,220). Sum of RGB (Red+Green+Blue) = 230+44+220=494 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.56% from 494); Green value is 44 (17.58% from 255 or 8.91% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 230 - color contains mainly: red. Hex color #E62CDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62CDC is #19D323. Grayscale: #777777. Windows color (decimal): -1692452 or 14429414. OLE color: 14429414.
HSL color Cylindrical-coordinate representation of color #E62CDC: hue angle of 303.23º 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 #E62CDC is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 44 | 220 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.10 |
| HSL | 303.23º | 0.79% | 0.54% | - |
| HSV(B) | 303.23º | 0.81% | 0.9% | - |
| XYZ | 46.45 | 23.79 | 69.85 | - |
| YUV | 119.68 | 184.62 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 44 | 220 | 0 | 0.81 | 0.04 | 0.10 | 303.23 | 0.79 | 0.54 |
| Hex | E6 | 2C | DC | 0 | 51 | 4 | A | 12F | 4F | 36 |
| Octal | 346 | 54 | 334 | 0 | 121 | 4 | 12 | 457 | 117 | 66 |
| Binary | 11100110 | 101100 | 11011100 | 0 | 1010001 | 100 | 1010 | 100101111 | 1001111 | 110110 |
Color Harmonies of #E62CDC
Complementary color
Monochromatic Colors of #E62CDC
Black with #E62CDC
Text Example
Text Example
White with #E62CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62CDC; }
p { color: rgb(230,44,220); }
H1.HeaderClassName
{
color: #E62CDC;
}
.AnyTagClassName
{
color: #E62CDC;
}
</style>
background-color css
<style>
a { background-color: #E62CDC; }
a { background-color: rgb(230,44,220); }
div.DivClassName
{
background-color: #E62CDC;
}
.BgClassName
{
background-color: #E62CDC;
}
</style>
border-color css
<style>
span { border-color: #E62CDC; }
span { border-color: rgb(230,44,220); }
td.TdClassName
{
border-color: #E62CDC;
}
.TagClassName
{
border-color: #E62CDC;
}
</style>