Shades of Razzle Dazzle Rose #E62ADF
Tints of Razzle Dazzle Rose #E62ADF
RGB
CMYK
RGB Variations
Color information
#E62ADF (or 0xE62ADF) is known color: Razzle Dazzle Rose. HEX triplet: E6, 2A and DF. RGB value is (230,42,223). Sum of RGB (Red+Green+Blue) = 230+42+223=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 42 (16.80% from 255 or 8.48% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 230 - color contains mainly: red. Hex color #E62ADF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62ADF is #19D520. Grayscale: #767676. Windows color (decimal): -1692961 or 14625510. OLE color: 14625510.
HSL color Cylindrical-coordinate representation of color #E62ADF: hue angle of 302.23º 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 #E62ADF is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 42 | 223 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.10 |
| HSL | 302.23º | 0.79% | 0.53% | - |
| HSV(B) | 302.23º | 0.82% | 0.9% | - |
| XYZ | 46.78 | 23.81 | 71.94 | - |
| YUV | 118.85 | 186.78 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 42 | 223 | 0 | 0.82 | 0.03 | 0.10 | 302.23 | 0.79 | 0.53 |
| Hex | E6 | 2A | DF | 0 | 52 | 3 | A | 12E | 4F | 35 |
| Octal | 346 | 52 | 337 | 0 | 122 | 3 | 12 | 456 | 117 | 65 |
| Binary | 11100110 | 101010 | 11011111 | 0 | 1010010 | 11 | 1010 | 100101110 | 1001111 | 110101 |
Color Harmonies of #E62ADF
Complementary color
Monochromatic Colors of #E62ADF
Black with #E62ADF
Text Example
Text Example
White with #E62ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62ADF; }
p { color: rgb(230,42,223); }
H1.HeaderClassName
{
color: #E62ADF;
}
.AnyTagClassName
{
color: #E62ADF;
}
</style>
background-color css
<style>
a { background-color: #E62ADF; }
a { background-color: rgb(230,42,223); }
div.DivClassName
{
background-color: #E62ADF;
}
.BgClassName
{
background-color: #E62ADF;
}
</style>
border-color css
<style>
span { border-color: #E62ADF; }
span { border-color: rgb(230,42,223); }
td.TdClassName
{
border-color: #E62ADF;
}
.TagClassName
{
border-color: #E62ADF;
}
</style>