Shades of Razzle Dazzle Rose #E940CE
Tints of Razzle Dazzle Rose #E940CE
RGB
CMYK
RGB Variations
Color information
#E940CE (or 0xE940CE) is known color: Razzle Dazzle Rose. HEX triplet: E9, 40 and CE. RGB value is (233,64,206). Sum of RGB (Red+Green+Blue) = 233+64+206=503 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.32% from 503); Green value is 64 (25.39% from 255 or 12.72% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 233 - color contains mainly: red. Hex color #E940CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E940CE is #16BF31. Grayscale: #828282. Windows color (decimal): -1490738 or 13517033. OLE color: 13517033.
HSL color Cylindrical-coordinate representation of color #E940CE: hue angle of 309.59º 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 #E940CE is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 64 | 206 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.09 |
| HSL | 309.59º | 0.79% | 0.58% | - |
| HSV(B) | 309.59º | 0.73% | 0.91% | - |
| XYZ | 46.58 | 25.45 | 60.85 | - |
| YUV | 130.72 | 170.49 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 206 | 0 | 0.73 | 0.12 | 0.09 | 309.59 | 0.79 | 0.58 |
| Hex | E9 | 40 | CE | 0 | 49 | C | 9 | 136 | 4F | 3A |
| Octal | 351 | 100 | 316 | 0 | 111 | 14 | 11 | 466 | 117 | 72 |
| Binary | 11101001 | 1000000 | 11001110 | 0 | 1001001 | 1100 | 1001 | 100110110 | 1001111 | 111010 |
Color Harmonies of #E940CE
Complementary color
Monochromatic Colors of #E940CE
Black with #E940CE
Text Example
Text Example
White with #E940CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E940CE; }
p { color: rgb(233,64,206); }
H1.HeaderClassName
{
color: #E940CE;
}
.AnyTagClassName
{
color: #E940CE;
}
</style>
background-color css
<style>
a { background-color: #E940CE; }
a { background-color: rgb(233,64,206); }
div.DivClassName
{
background-color: #E940CE;
}
.BgClassName
{
background-color: #E940CE;
}
</style>
border-color css
<style>
span { border-color: #E940CE; }
span { border-color: rgb(233,64,206); }
td.TdClassName
{
border-color: #E940CE;
}
.TagClassName
{
border-color: #E940CE;
}
</style>