Shades of Razzle Dazzle Rose #E62BBC
Tints of Razzle Dazzle Rose #E62BBC
RGB
CMYK
RGB Variations
Color information
#E62BBC (or 0xE62BBC) is known color: Razzle Dazzle Rose. HEX triplet: E6, 2B and BC. RGB value is (230,43,188). Sum of RGB (Red+Green+Blue) = 230+43+188=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 43 (17.19% from 255 or 9.33% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E62BBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62BBC is #19D443. Grayscale: #737373. Windows color (decimal): -1692740 or 12332006. OLE color: 12332006.
HSL color Cylindrical-coordinate representation of color #E62BBC: hue angle of 313.48º 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 #E62BBC is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 43 | 188 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.10 |
| HSL | 313.48º | 0.79% | 0.54% | - |
| HSV(B) | 313.48º | 0.81% | 0.9% | - |
| XYZ | 42.57 | 22.18 | 49.61 | - |
| YUV | 115.44 | 168.95 | 209.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 43 | 188 | 0 | 0.81 | 0.18 | 0.10 | 313.48 | 0.79 | 0.54 |
| Hex | E6 | 2B | BC | 0 | 51 | 12 | A | 139 | 4F | 36 |
| Octal | 346 | 53 | 274 | 0 | 121 | 22 | 12 | 471 | 117 | 66 |
| Binary | 11100110 | 101011 | 10111100 | 0 | 1010001 | 10010 | 1010 | 100111001 | 1001111 | 110110 |
Color Harmonies of #E62BBC
Complementary color
Monochromatic Colors of #E62BBC
Black with #E62BBC
Text Example
Text Example
White with #E62BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62BBC; }
p { color: rgb(230,43,188); }
H1.HeaderClassName
{
color: #E62BBC;
}
.AnyTagClassName
{
color: #E62BBC;
}
</style>
background-color css
<style>
a { background-color: #E62BBC; }
a { background-color: rgb(230,43,188); }
div.DivClassName
{
background-color: #E62BBC;
}
.BgClassName
{
background-color: #E62BBC;
}
</style>
border-color css
<style>
span { border-color: #E62BBC; }
span { border-color: rgb(230,43,188); }
td.TdClassName
{
border-color: #E62BBC;
}
.TagClassName
{
border-color: #E62BBC;
}
</style>