Shades of Razzle Dazzle Rose #E941C5
Tints of Razzle Dazzle Rose #E941C5
RGB
CMYK
RGB Variations
Color information
#E941C5 (or 0xE941C5) is known color: Razzle Dazzle Rose. HEX triplet: E9, 41 and C5. RGB value is (233,65,197). Sum of RGB (Red+Green+Blue) = 233+65+197=495 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.07% from 495); Green value is 65 (25.78% from 255 or 13.13% from 495); Blue value is 197 (77.34% from 255 or 39.80% from 495); Max value from RGB is 233 - color contains mainly: red. Hex color #E941C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E941C5 is #16BE3A. Grayscale: #818181. Windows color (decimal): -1490491 or 12927465. OLE color: 12927465.
HSL color Cylindrical-coordinate representation of color #E941C5: hue angle of 312.86º 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 #E941C5 is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 65 | 197 | - |
| CMYK | 0 | 0.72 | 0.15 | 0.09 |
| HSL | 312.86º | 0.79% | 0.58% | - |
| HSV(B) | 312.86º | 0.72% | 0.91% | - |
| XYZ | 45.57 | 25.14 | 55.27 | - |
| YUV | 130.28 | 165.66 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 65 | 197 | 0 | 0.72 | 0.15 | 0.09 | 312.86 | 0.79 | 0.58 |
| Hex | E9 | 41 | C5 | 0 | 48 | F | 9 | 139 | 4F | 3A |
| Octal | 351 | 101 | 305 | 0 | 110 | 17 | 11 | 471 | 117 | 72 |
| Binary | 11101001 | 1000001 | 11000101 | 0 | 1001000 | 1111 | 1001 | 100111001 | 1001111 | 111010 |
Color Harmonies of #E941C5
Complementary color
Monochromatic Colors of #E941C5
Black with #E941C5
Text Example
Text Example
White with #E941C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E941C5; }
p { color: rgb(233,65,197); }
H1.HeaderClassName
{
color: #E941C5;
}
.AnyTagClassName
{
color: #E941C5;
}
</style>
background-color css
<style>
a { background-color: #E941C5; }
a { background-color: rgb(233,65,197); }
div.DivClassName
{
background-color: #E941C5;
}
.BgClassName
{
background-color: #E941C5;
}
</style>
border-color css
<style>
span { border-color: #E941C5; }
span { border-color: rgb(233,65,197); }
td.TdClassName
{
border-color: #E941C5;
}
.TagClassName
{
border-color: #E941C5;
}
</style>