Shades of Razzle Dazzle Rose #E93EC8
Tints of Razzle Dazzle Rose #E93EC8
RGB
CMYK
RGB Variations
Color information
#E93EC8 (or 0xE93EC8) is known color: Razzle Dazzle Rose. HEX triplet: E9, 3E and C8. RGB value is (233,62,200). Sum of RGB (Red+Green+Blue) = 233+62+200=495 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.07% from 495); Green value is 62 (24.61% from 255 or 12.53% from 495); Blue value is 200 (78.52% from 255 or 40.40% from 495); Max value from RGB is 233 - color contains mainly: red. Hex color #E93EC8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E93EC8 is #16C137. Grayscale: #808080. Windows color (decimal): -1491256 or 13123305. OLE color: 13123305.
HSL color Cylindrical-coordinate representation of color #E93EC8: hue angle of 311.58º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E93EC8 is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 62 | 200 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.09 |
| HSL | 311.58º | 0.8% | 0.58% | - |
| HSV(B) | 311.58º | 0.73% | 0.91% | - |
| XYZ | 45.75 | 24.94 | 57.05 | - |
| YUV | 128.86 | 168.15 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 62 | 200 | 0 | 0.73 | 0.14 | 0.09 | 311.58 | 0.8 | 0.58 |
| Hex | E9 | 3E | C8 | 0 | 49 | E | 9 | 138 | 50 | 3A |
| Octal | 351 | 76 | 310 | 0 | 111 | 16 | 11 | 470 | 120 | 72 |
| Binary | 11101001 | 111110 | 11001000 | 0 | 1001001 | 1110 | 1001 | 100111000 | 1010000 | 111010 |
Color Harmonies of #E93EC8
Complementary color
Monochromatic Colors of #E93EC8
Black with #E93EC8
Text Example
Text Example
White with #E93EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93EC8; }
p { color: rgb(233,62,200); }
H1.HeaderClassName
{
color: #E93EC8;
}
.AnyTagClassName
{
color: #E93EC8;
}
</style>
background-color css
<style>
a { background-color: #E93EC8; }
a { background-color: rgb(233,62,200); }
div.DivClassName
{
background-color: #E93EC8;
}
.BgClassName
{
background-color: #E93EC8;
}
</style>
border-color css
<style>
span { border-color: #E93EC8; }
span { border-color: rgb(233,62,200); }
td.TdClassName
{
border-color: #E93EC8;
}
.TagClassName
{
border-color: #E93EC8;
}
</style>