Shades of Razzle Dazzle Rose #E63CBB
Tints of Razzle Dazzle Rose #E63CBB
RGB
CMYK
RGB Variations
Color information
#E63CBB (or 0xE63CBB) is known color: Razzle Dazzle Rose. HEX triplet: E6, 3C and BB. RGB value is (230,60,187). Sum of RGB (Red+Green+Blue) = 230+60+187=477 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.22% from 477); Green value is 60 (23.83% from 255 or 12.58% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 230 - color contains mainly: red. Hex color #E63CBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E63CBB is #19C344. Grayscale: #7C7C7C. Windows color (decimal): -1688389 or 12270822. OLE color: 12270822.
HSL color Cylindrical-coordinate representation of color #E63CBB: hue angle of 315.18º 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 #E63CBB is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 60 | 187 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.10 |
| HSL | 315.18º | 0.77% | 0.57% | - |
| HSV(B) | 315.18º | 0.74% | 0.9% | - |
| XYZ | 43.22 | 23.64 | 49.3 | - |
| YUV | 125.31 | 162.82 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 60 | 187 | 0 | 0.74 | 0.19 | 0.10 | 315.18 | 0.77 | 0.57 |
| Hex | E6 | 3C | BB | 0 | 4A | 13 | A | 13B | 4D | 39 |
| Octal | 346 | 74 | 273 | 0 | 112 | 23 | 12 | 473 | 115 | 71 |
| Binary | 11100110 | 111100 | 10111011 | 0 | 1001010 | 10011 | 1010 | 100111011 | 1001101 | 111001 |
Color Harmonies of #E63CBB
Complementary color
Monochromatic Colors of #E63CBB
Black with #E63CBB
Text Example
Text Example
White with #E63CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63CBB; }
p { color: rgb(230,60,187); }
H1.HeaderClassName
{
color: #E63CBB;
}
.AnyTagClassName
{
color: #E63CBB;
}
</style>
background-color css
<style>
a { background-color: #E63CBB; }
a { background-color: rgb(230,60,187); }
div.DivClassName
{
background-color: #E63CBB;
}
.BgClassName
{
background-color: #E63CBB;
}
</style>
border-color css
<style>
span { border-color: #E63CBB; }
span { border-color: rgb(230,60,187); }
td.TdClassName
{
border-color: #E63CBB;
}
.TagClassName
{
border-color: #E63CBB;
}
</style>