Shades of Razzle Dazzle Rose #E941CE
Tints of Razzle Dazzle Rose #E941CE
RGB
CMYK
RGB Variations
Color information
#E941CE (or 0xE941CE) is known color: Razzle Dazzle Rose. HEX triplet: E9, 41 and CE. RGB value is (233,65,206). Sum of RGB (Red+Green+Blue) = 233+65+206=504 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.23% from 504); Green value is 65 (25.78% from 255 or 12.90% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 233 - color contains mainly: red. Hex color #E941CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E941CE is #16BE31. Grayscale: #828282. Windows color (decimal): -1490482 or 13517289. OLE color: 13517289.
HSL color Cylindrical-coordinate representation of color #E941CE: hue angle of 309.64º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E941CE is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 65 | 206 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.09 |
| HSL | 309.64º | 0.79% | 0.58% | - |
| HSV(B) | 309.64º | 0.72% | 0.91% | - |
| XYZ | 46.64 | 25.56 | 60.87 | - |
| YUV | 131.31 | 170.16 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 65 | 206 | 0 | 0.72 | 0.12 | 0.09 | 309.64 | 0.79 | 0.58 |
| Hex | E9 | 41 | CE | 0 | 48 | C | 9 | 136 | 4F | 3A |
| Octal | 351 | 101 | 316 | 0 | 110 | 14 | 11 | 466 | 117 | 72 |
| Binary | 11101001 | 1000001 | 11001110 | 0 | 1001000 | 1100 | 1001 | 100110110 | 1001111 | 111010 |
Color Harmonies of #E941CE
Complementary color
Monochromatic Colors of #E941CE
Black with #E941CE
Text Example
Text Example
White with #E941CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E941CE; }
p { color: rgb(233,65,206); }
H1.HeaderClassName
{
color: #E941CE;
}
.AnyTagClassName
{
color: #E941CE;
}
</style>
background-color css
<style>
a { background-color: #E941CE; }
a { background-color: rgb(233,65,206); }
div.DivClassName
{
background-color: #E941CE;
}
.BgClassName
{
background-color: #E941CE;
}
</style>
border-color css
<style>
span { border-color: #E941CE; }
span { border-color: rgb(233,65,206); }
td.TdClassName
{
border-color: #E941CE;
}
.TagClassName
{
border-color: #E941CE;
}
</style>