Shades of Razzle Dazzle Rose #E93FC7
Tints of Razzle Dazzle Rose #E93FC7
RGB
CMYK
RGB Variations
Color information
#E93FC7 (or 0xE93FC7) is known color: Razzle Dazzle Rose. HEX triplet: E9, 3F and C7. RGB value is (233,63,199). Sum of RGB (Red+Green+Blue) = 233+63+199=495 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.07% from 495); Green value is 63 (25% from 255 or 12.73% from 495); Blue value is 199 (78.12% from 255 or 40.20% from 495); Max value from RGB is 233 - color contains mainly: red. Hex color #E93FC7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E93FC7 is #16C038. Grayscale: #808080. Windows color (decimal): -1491001 or 13058025. OLE color: 13058025.
HSL color Cylindrical-coordinate representation of color #E93FC7: hue angle of 312º degrees, saturation: 0.79, 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 #E93FC7 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 63 | 199 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.09 |
| HSL | 312º | 0.79% | 0.58% | - |
| HSV(B) | 312º | 0.73% | 0.91% | - |
| XYZ | 45.69 | 25 | 56.45 | - |
| YUV | 129.33 | 167.32 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 63 | 199 | 0 | 0.73 | 0.15 | 0.09 | 312 | 0.79 | 0.58 |
| Hex | E9 | 3F | C7 | 0 | 49 | F | 9 | 138 | 4F | 3A |
| Octal | 351 | 77 | 307 | 0 | 111 | 17 | 11 | 470 | 117 | 72 |
| Binary | 11101001 | 111111 | 11000111 | 0 | 1001001 | 1111 | 1001 | 100111000 | 1001111 | 111010 |
Color Harmonies of #E93FC7
Complementary color
Monochromatic Colors of #E93FC7
Black with #E93FC7
Text Example
Text Example
White with #E93FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93FC7; }
p { color: rgb(233,63,199); }
H1.HeaderClassName
{
color: #E93FC7;
}
.AnyTagClassName
{
color: #E93FC7;
}
</style>
background-color css
<style>
a { background-color: #E93FC7; }
a { background-color: rgb(233,63,199); }
div.DivClassName
{
background-color: #E93FC7;
}
.BgClassName
{
background-color: #E93FC7;
}
</style>
border-color css
<style>
span { border-color: #E93FC7; }
span { border-color: rgb(233,63,199); }
td.TdClassName
{
border-color: #E93FC7;
}
.TagClassName
{
border-color: #E93FC7;
}
</style>