Shades of Razzle Dazzle Rose #E62BDF
Tints of Razzle Dazzle Rose #E62BDF
RGB
CMYK
RGB Variations
Color information
#E62BDF (or 0xE62BDF) is known color: Razzle Dazzle Rose. HEX triplet: E6, 2B and DF. RGB value is (230,43,223). Sum of RGB (Red+Green+Blue) = 230+43+223=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 43 (17.19% from 255 or 8.67% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 230 - color contains mainly: red. Hex color #E62BDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62BDF is #19D420. Grayscale: #767676. Windows color (decimal): -1692705 or 14625766. OLE color: 14625766.
HSL color Cylindrical-coordinate representation of color #E62BDF: hue angle of 302.25º 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 #E62BDF is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 43 | 223 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.10 |
| HSL | 302.25º | 0.79% | 0.54% | - |
| HSV(B) | 302.25º | 0.81% | 0.9% | - |
| XYZ | 46.82 | 23.88 | 71.95 | - |
| YUV | 119.43 | 186.45 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 43 | 223 | 0 | 0.81 | 0.03 | 0.10 | 302.25 | 0.79 | 0.54 |
| Hex | E6 | 2B | DF | 0 | 51 | 3 | A | 12E | 4F | 36 |
| Octal | 346 | 53 | 337 | 0 | 121 | 3 | 12 | 456 | 117 | 66 |
| Binary | 11100110 | 101011 | 11011111 | 0 | 1010001 | 11 | 1010 | 100101110 | 1001111 | 110110 |
Color Harmonies of #E62BDF
Complementary color
Monochromatic Colors of #E62BDF
Black with #E62BDF
Text Example
Text Example
White with #E62BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62BDF; }
p { color: rgb(230,43,223); }
H1.HeaderClassName
{
color: #E62BDF;
}
.AnyTagClassName
{
color: #E62BDF;
}
</style>
background-color css
<style>
a { background-color: #E62BDF; }
a { background-color: rgb(230,43,223); }
div.DivClassName
{
background-color: #E62BDF;
}
.BgClassName
{
background-color: #E62BDF;
}
</style>
border-color css
<style>
span { border-color: #E62BDF; }
span { border-color: rgb(230,43,223); }
td.TdClassName
{
border-color: #E62BDF;
}
.TagClassName
{
border-color: #E62BDF;
}
</style>