Shades of Razzle Dazzle Rose #E93CC5
Tints of Razzle Dazzle Rose #E93CC5
RGB
CMYK
RGB Variations
Color information
#E93CC5 (or 0xE93CC5) is known color: Razzle Dazzle Rose. HEX triplet: E9, 3C and C5. RGB value is (233,60,197). Sum of RGB (Red+Green+Blue) = 233+60+197=490 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.55% from 490); Green value is 60 (23.83% from 255 or 12.24% from 490); Blue value is 197 (77.34% from 255 or 40.20% from 490); Max value from RGB is 233 - color contains mainly: red. Hex color #E93CC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E93CC5 is #16C33A. Grayscale: #7E7E7E. Windows color (decimal): -1491771 or 12926185. OLE color: 12926185.
HSL color Cylindrical-coordinate representation of color #E93CC5: hue angle of 312.49º 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 #E93CC5 is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 60 | 197 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.09 |
| HSL | 312.49º | 0.8% | 0.57% | - |
| HSV(B) | 312.49º | 0.74% | 0.91% | - |
| XYZ | 45.3 | 24.59 | 55.18 | - |
| YUV | 127.35 | 167.31 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 60 | 197 | 0 | 0.74 | 0.15 | 0.09 | 312.49 | 0.8 | 0.57 |
| Hex | E9 | 3C | C5 | 0 | 4A | F | 9 | 138 | 50 | 39 |
| Octal | 351 | 74 | 305 | 0 | 112 | 17 | 11 | 470 | 120 | 71 |
| Binary | 11101001 | 111100 | 11000101 | 0 | 1001010 | 1111 | 1001 | 100111000 | 1010000 | 111001 |
Color Harmonies of #E93CC5
Complementary color
Monochromatic Colors of #E93CC5
Black with #E93CC5
Text Example
Text Example
White with #E93CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93CC5; }
p { color: rgb(233,60,197); }
H1.HeaderClassName
{
color: #E93CC5;
}
.AnyTagClassName
{
color: #E93CC5;
}
</style>
background-color css
<style>
a { background-color: #E93CC5; }
a { background-color: rgb(233,60,197); }
div.DivClassName
{
background-color: #E93CC5;
}
.BgClassName
{
background-color: #E93CC5;
}
</style>
border-color css
<style>
span { border-color: #E93CC5; }
span { border-color: rgb(233,60,197); }
td.TdClassName
{
border-color: #E93CC5;
}
.TagClassName
{
border-color: #E93CC5;
}
</style>