Shades of Razzle Dazzle Rose #E93CCB
Tints of Razzle Dazzle Rose #E93CCB
RGB
CMYK
RGB Variations
Color information
#E93CCB (or 0xE93CCB) is known color: Razzle Dazzle Rose. HEX triplet: E9, 3C and CB. RGB value is (233,60,203). Sum of RGB (Red+Green+Blue) = 233+60+203=496 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.98% from 496); Green value is 60 (23.83% from 255 or 12.10% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 233 - color contains mainly: red. Hex color #E93CCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E93CCB is #16C334. Grayscale: #7F7F7F. Windows color (decimal): -1491765 or 13319401. OLE color: 13319401.
HSL color Cylindrical-coordinate representation of color #E93CCB: hue angle of 310.4º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E93CCB is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 60 | 203 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.09 |
| HSL | 310.4º | 0.8% | 0.57% | - |
| HSV(B) | 310.4º | 0.74% | 0.91% | - |
| XYZ | 46 | 24.87 | 58.88 | - |
| YUV | 128.03 | 170.31 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 60 | 203 | 0 | 0.74 | 0.13 | 0.09 | 310.4 | 0.8 | 0.57 |
| Hex | E9 | 3C | CB | 0 | 4A | D | 9 | 136 | 50 | 39 |
| Octal | 351 | 74 | 313 | 0 | 112 | 15 | 11 | 466 | 120 | 71 |
| Binary | 11101001 | 111100 | 11001011 | 0 | 1001010 | 1101 | 1001 | 100110110 | 1010000 | 111001 |
Color Harmonies of #E93CCB
Complementary color
Monochromatic Colors of #E93CCB
Black with #E93CCB
Text Example
Text Example
White with #E93CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93CCB; }
p { color: rgb(233,60,203); }
H1.HeaderClassName
{
color: #E93CCB;
}
.AnyTagClassName
{
color: #E93CCB;
}
</style>
background-color css
<style>
a { background-color: #E93CCB; }
a { background-color: rgb(233,60,203); }
div.DivClassName
{
background-color: #E93CCB;
}
.BgClassName
{
background-color: #E93CCB;
}
</style>
border-color css
<style>
span { border-color: #E93CCB; }
span { border-color: rgb(233,60,203); }
td.TdClassName
{
border-color: #E93CCB;
}
.TagClassName
{
border-color: #E93CCB;
}
</style>