Shades of Razzle Dazzle Rose #E62ADC
Tints of Razzle Dazzle Rose #E62ADC
RGB
CMYK
RGB Variations
Color information
#E62ADC (or 0xE62ADC) is known color: Razzle Dazzle Rose. HEX triplet: E6, 2A and DC. RGB value is (230,42,220). Sum of RGB (Red+Green+Blue) = 230+42+220=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 42 (16.80% from 255 or 8.54% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 230 - color contains mainly: red. Hex color #E62ADC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62ADC is #19D523. Grayscale: #757575. Windows color (decimal): -1692964 or 14428902. OLE color: 14428902.
HSL color Cylindrical-coordinate representation of color #E62ADC: hue angle of 303.19º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E62ADC is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 42 | 220 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.10 |
| HSL | 303.19º | 0.79% | 0.53% | - |
| HSV(B) | 303.19º | 0.82% | 0.9% | - |
| XYZ | 46.38 | 23.65 | 69.83 | - |
| YUV | 118.5 | 185.28 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 42 | 220 | 0 | 0.82 | 0.04 | 0.10 | 303.19 | 0.79 | 0.53 |
| Hex | E6 | 2A | DC | 0 | 52 | 4 | A | 12F | 4F | 35 |
| Octal | 346 | 52 | 334 | 0 | 122 | 4 | 12 | 457 | 117 | 65 |
| Binary | 11100110 | 101010 | 11011100 | 0 | 1010010 | 100 | 1010 | 100101111 | 1001111 | 110101 |
Color Harmonies of #E62ADC
Complementary color
Monochromatic Colors of #E62ADC
Black with #E62ADC
Text Example
Text Example
White with #E62ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62ADC; }
p { color: rgb(230,42,220); }
H1.HeaderClassName
{
color: #E62ADC;
}
.AnyTagClassName
{
color: #E62ADC;
}
</style>
background-color css
<style>
a { background-color: #E62ADC; }
a { background-color: rgb(230,42,220); }
div.DivClassName
{
background-color: #E62ADC;
}
.BgClassName
{
background-color: #E62ADC;
}
</style>
border-color css
<style>
span { border-color: #E62ADC; }
span { border-color: rgb(230,42,220); }
td.TdClassName
{
border-color: #E62ADC;
}
.TagClassName
{
border-color: #E62ADC;
}
</style>