Shades of Razzle Dazzle Rose #E63CBC
Tints of Razzle Dazzle Rose #E63CBC
RGB
CMYK
RGB Variations
Color information
#E63CBC (or 0xE63CBC) is known color: Razzle Dazzle Rose. HEX triplet: E6, 3C and BC. RGB value is (230,60,188). Sum of RGB (Red+Green+Blue) = 230+60+188=478 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.12% from 478); Green value is 60 (23.83% from 255 or 12.55% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 230 - color contains mainly: red. Hex color #E63CBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E63CBC is #19C343. Grayscale: #7D7D7D. Windows color (decimal): -1688388 or 12336358. OLE color: 12336358.
HSL color Cylindrical-coordinate representation of color #E63CBC: hue angle of 314.82º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E63CBC is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 60 | 188 | - |
| CMYK | 0 | 0.74 | 0.18 | 0.10 |
| HSL | 314.82º | 0.77% | 0.57% | - |
| HSV(B) | 314.82º | 0.74% | 0.9% | - |
| XYZ | 43.33 | 23.69 | 49.87 | - |
| YUV | 125.42 | 163.32 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 60 | 188 | 0 | 0.74 | 0.18 | 0.10 | 314.82 | 0.77 | 0.57 |
| Hex | E6 | 3C | BC | 0 | 4A | 12 | A | 13B | 4D | 39 |
| Octal | 346 | 74 | 274 | 0 | 112 | 22 | 12 | 473 | 115 | 71 |
| Binary | 11100110 | 111100 | 10111100 | 0 | 1001010 | 10010 | 1010 | 100111011 | 1001101 | 111001 |
Color Harmonies of #E63CBC
Complementary color
Monochromatic Colors of #E63CBC
Black with #E63CBC
Text Example
Text Example
White with #E63CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63CBC; }
p { color: rgb(230,60,188); }
H1.HeaderClassName
{
color: #E63CBC;
}
.AnyTagClassName
{
color: #E63CBC;
}
</style>
background-color css
<style>
a { background-color: #E63CBC; }
a { background-color: rgb(230,60,188); }
div.DivClassName
{
background-color: #E63CBC;
}
.BgClassName
{
background-color: #E63CBC;
}
</style>
border-color css
<style>
span { border-color: #E63CBC; }
span { border-color: rgb(230,60,188); }
td.TdClassName
{
border-color: #E63CBC;
}
.TagClassName
{
border-color: #E63CBC;
}
</style>