Shades of Razzle Dazzle Rose #E62ABC
Tints of Razzle Dazzle Rose #E62ABC
RGB
CMYK
RGB Variations
Color information
#E62ABC (or 0xE62ABC) is known color: Razzle Dazzle Rose. HEX triplet: E6, 2A and BC. RGB value is (230,42,188). Sum of RGB (Red+Green+Blue) = 230+42+188=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 42 (16.80% from 255 or 9.13% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E62ABC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62ABC is #19D543. Grayscale: #727272. Windows color (decimal): -1692996 or 12331750. OLE color: 12331750.
HSL color Cylindrical-coordinate representation of color #E62ABC: hue angle of 313.4º 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 #E62ABC is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 42 | 188 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.10 |
| HSL | 313.4º | 0.79% | 0.53% | - |
| HSV(B) | 313.4º | 0.82% | 0.9% | - |
| XYZ | 42.54 | 22.11 | 49.6 | - |
| YUV | 114.86 | 169.28 | 210.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 42 | 188 | 0 | 0.82 | 0.18 | 0.10 | 313.4 | 0.79 | 0.53 |
| Hex | E6 | 2A | BC | 0 | 52 | 12 | A | 139 | 4F | 35 |
| Octal | 346 | 52 | 274 | 0 | 122 | 22 | 12 | 471 | 117 | 65 |
| Binary | 11100110 | 101010 | 10111100 | 0 | 1010010 | 10010 | 1010 | 100111001 | 1001111 | 110101 |
Color Harmonies of #E62ABC
Complementary color
Monochromatic Colors of #E62ABC
Black with #E62ABC
Text Example
Text Example
White with #E62ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62ABC; }
p { color: rgb(230,42,188); }
H1.HeaderClassName
{
color: #E62ABC;
}
.AnyTagClassName
{
color: #E62ABC;
}
</style>
background-color css
<style>
a { background-color: #E62ABC; }
a { background-color: rgb(230,42,188); }
div.DivClassName
{
background-color: #E62ABC;
}
.BgClassName
{
background-color: #E62ABC;
}
</style>
border-color css
<style>
span { border-color: #E62ABC; }
span { border-color: rgb(230,42,188); }
td.TdClassName
{
border-color: #E62ABC;
}
.TagClassName
{
border-color: #E62ABC;
}
</style>