Shades of Razzle Dazzle Rose #E62BCB
Tints of Razzle Dazzle Rose #E62BCB
RGB
CMYK
RGB Variations
Color information
#E62BCB (or 0xE62BCB) is known color: Razzle Dazzle Rose. HEX triplet: E6, 2B and CB. RGB value is (230,43,203). Sum of RGB (Red+Green+Blue) = 230+43+203=476 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.32% from 476); Green value is 43 (17.19% from 255 or 9.03% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 230 - color contains mainly: red. Hex color #E62BCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62BCB is #19D434. Grayscale: #747474. Windows color (decimal): -1692725 or 13315046. OLE color: 13315046.
HSL color Cylindrical-coordinate representation of color #E62BCB: hue angle of 308.66º 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 #E62BCB is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 43 | 203 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.10 |
| HSL | 308.66º | 0.79% | 0.54% | - |
| HSV(B) | 308.66º | 0.81% | 0.9% | - |
| XYZ | 44.28 | 22.86 | 58.58 | - |
| YUV | 117.15 | 176.45 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 43 | 203 | 0 | 0.81 | 0.12 | 0.10 | 308.66 | 0.79 | 0.54 |
| Hex | E6 | 2B | CB | 0 | 51 | C | A | 135 | 4F | 36 |
| Octal | 346 | 53 | 313 | 0 | 121 | 14 | 12 | 465 | 117 | 66 |
| Binary | 11100110 | 101011 | 11001011 | 0 | 1010001 | 1100 | 1010 | 100110101 | 1001111 | 110110 |
Color Harmonies of #E62BCB
Complementary color
Monochromatic Colors of #E62BCB
Black with #E62BCB
Text Example
Text Example
White with #E62BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62BCB; }
p { color: rgb(230,43,203); }
H1.HeaderClassName
{
color: #E62BCB;
}
.AnyTagClassName
{
color: #E62BCB;
}
</style>
background-color css
<style>
a { background-color: #E62BCB; }
a { background-color: rgb(230,43,203); }
div.DivClassName
{
background-color: #E62BCB;
}
.BgClassName
{
background-color: #E62BCB;
}
</style>
border-color css
<style>
span { border-color: #E62BCB; }
span { border-color: rgb(230,43,203); }
td.TdClassName
{
border-color: #E62BCB;
}
.TagClassName
{
border-color: #E62BCB;
}
</style>