Shades of Razzle Dazzle Rose #E941C9
Tints of Razzle Dazzle Rose #E941C9
RGB
CMYK
RGB Variations
Color information
#E941C9 (or 0xE941C9) is known color: Razzle Dazzle Rose. HEX triplet: E9, 41 and C9. RGB value is (233,65,201). Sum of RGB (Red+Green+Blue) = 233+65+201=499 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.69% from 499); Green value is 65 (25.78% from 255 or 13.03% from 499); Blue value is 201 (78.91% from 255 or 40.28% from 499); Max value from RGB is 233 - color contains mainly: red. Hex color #E941C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E941C9 is #16BE36. Grayscale: #828282. Windows color (decimal): -1490487 or 13189609. OLE color: 13189609.
HSL color Cylindrical-coordinate representation of color #E941C9: hue angle of 311.43º 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 #E941C9 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 65 | 201 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.09 |
| HSL | 311.43º | 0.79% | 0.58% | - |
| HSV(B) | 311.43º | 0.72% | 0.91% | - |
| XYZ | 46.04 | 25.32 | 57.72 | - |
| YUV | 130.74 | 167.66 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 65 | 201 | 0 | 0.72 | 0.14 | 0.09 | 311.43 | 0.79 | 0.58 |
| Hex | E9 | 41 | C9 | 0 | 48 | E | 9 | 137 | 4F | 3A |
| Octal | 351 | 101 | 311 | 0 | 110 | 16 | 11 | 467 | 117 | 72 |
| Binary | 11101001 | 1000001 | 11001001 | 0 | 1001000 | 1110 | 1001 | 100110111 | 1001111 | 111010 |
Color Harmonies of #E941C9
Complementary color
Monochromatic Colors of #E941C9
Black with #E941C9
Text Example
Text Example
White with #E941C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E941C9; }
p { color: rgb(233,65,201); }
H1.HeaderClassName
{
color: #E941C9;
}
.AnyTagClassName
{
color: #E941C9;
}
</style>
background-color css
<style>
a { background-color: #E941C9; }
a { background-color: rgb(233,65,201); }
div.DivClassName
{
background-color: #E941C9;
}
.BgClassName
{
background-color: #E941C9;
}
</style>
border-color css
<style>
span { border-color: #E941C9; }
span { border-color: rgb(233,65,201); }
td.TdClassName
{
border-color: #E941C9;
}
.TagClassName
{
border-color: #E941C9;
}
</style>