Shades of Razzle Dazzle Rose #E62DCB
Tints of Razzle Dazzle Rose #E62DCB
RGB
CMYK
RGB Variations
Color information
#E62DCB (or 0xE62DCB) is known color: Razzle Dazzle Rose. HEX triplet: E6, 2D and CB. RGB value is (230,45,203). Sum of RGB (Red+Green+Blue) = 230+45+203=478 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.12% from 478); Green value is 45 (17.97% from 255 or 9.41% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 230 - color contains mainly: red. Hex color #E62DCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62DCB is #19D234. Grayscale: #757575. Windows color (decimal): -1692213 or 13315558. OLE color: 13315558.
HSL color Cylindrical-coordinate representation of color #E62DCB: hue angle of 308.76º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E62DCB is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 45 | 203 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.10 |
| HSL | 308.76º | 0.79% | 0.54% | - |
| HSV(B) | 308.76º | 0.8% | 0.9% | - |
| XYZ | 44.35 | 23.01 | 58.6 | - |
| YUV | 118.33 | 175.79 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 45 | 203 | 0 | 0.80 | 0.12 | 0.10 | 308.76 | 0.79 | 0.54 |
| Hex | E6 | 2D | CB | 0 | 50 | C | A | 135 | 4F | 36 |
| Octal | 346 | 55 | 313 | 0 | 120 | 14 | 12 | 465 | 117 | 66 |
| Binary | 11100110 | 101101 | 11001011 | 0 | 1010000 | 1100 | 1010 | 100110101 | 1001111 | 110110 |
Color Harmonies of #E62DCB
Complementary color
Monochromatic Colors of #E62DCB
Black with #E62DCB
Text Example
Text Example
White with #E62DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62DCB; }
p { color: rgb(230,45,203); }
H1.HeaderClassName
{
color: #E62DCB;
}
.AnyTagClassName
{
color: #E62DCB;
}
</style>
background-color css
<style>
a { background-color: #E62DCB; }
a { background-color: rgb(230,45,203); }
div.DivClassName
{
background-color: #E62DCB;
}
.BgClassName
{
background-color: #E62DCB;
}
</style>
border-color css
<style>
span { border-color: #E62DCB; }
span { border-color: rgb(230,45,203); }
td.TdClassName
{
border-color: #E62DCB;
}
.TagClassName
{
border-color: #E62DCB;
}
</style>