Shades of Razzle Dazzle Rose #E93CBE
Tints of Razzle Dazzle Rose #E93CBE
RGB
CMYK
RGB Variations
Color information
#E93CBE (or 0xE93CBE) is known color: Razzle Dazzle Rose. HEX triplet: E9, 3C and BE. RGB value is (233,60,190). Sum of RGB (Red+Green+Blue) = 233+60+190=483 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.24% from 483); Green value is 60 (23.83% from 255 or 12.42% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 233 - color contains mainly: red. Hex color #E93CBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E93CBE is #16C341. Grayscale: #7E7E7E. Windows color (decimal): -1491778 or 12467433. OLE color: 12467433.
HSL color Cylindrical-coordinate representation of color #E93CBE: hue angle of 314.91º 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 #E93CBE is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 60 | 190 | - |
| CMYK | 0 | 0.74 | 0.18 | 0.09 |
| HSL | 314.91º | 0.8% | 0.57% | - |
| HSV(B) | 314.91º | 0.74% | 0.91% | - |
| XYZ | 44.51 | 24.27 | 51.05 | - |
| YUV | 126.55 | 163.81 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 60 | 190 | 0 | 0.74 | 0.18 | 0.09 | 314.91 | 0.8 | 0.57 |
| Hex | E9 | 3C | BE | 0 | 4A | 12 | 9 | 13B | 50 | 39 |
| Octal | 351 | 74 | 276 | 0 | 112 | 22 | 11 | 473 | 120 | 71 |
| Binary | 11101001 | 111100 | 10111110 | 0 | 1001010 | 10010 | 1001 | 100111011 | 1010000 | 111001 |
Color Harmonies of #E93CBE
Complementary color
Monochromatic Colors of #E93CBE
Black with #E93CBE
Text Example
Text Example
White with #E93CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93CBE; }
p { color: rgb(233,60,190); }
H1.HeaderClassName
{
color: #E93CBE;
}
.AnyTagClassName
{
color: #E93CBE;
}
</style>
background-color css
<style>
a { background-color: #E93CBE; }
a { background-color: rgb(233,60,190); }
div.DivClassName
{
background-color: #E93CBE;
}
.BgClassName
{
background-color: #E93CBE;
}
</style>
border-color css
<style>
span { border-color: #E93CBE; }
span { border-color: rgb(233,60,190); }
td.TdClassName
{
border-color: #E93CBE;
}
.TagClassName
{
border-color: #E93CBE;
}
</style>