Shades of Razzle Dazzle Rose #E935D0
Tints of Razzle Dazzle Rose #E935D0
RGB
CMYK
RGB Variations
Color information
#E935D0 (or 0xE935D0) is known color: Razzle Dazzle Rose. HEX triplet: E9, 35 and D0. RGB value is (233,53,208). Sum of RGB (Red+Green+Blue) = 233+53+208=494 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.17% from 494); Green value is 53 (21.09% from 255 or 10.73% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 233 - color contains mainly: red. Hex color #E935D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E935D0 is #16CA2F. Grayscale: #7C7C7C. Windows color (decimal): -1493552 or 13645289. OLE color: 13645289.
HSL color Cylindrical-coordinate representation of color #E935D0: hue angle of 308.33º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E935D0 is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 53 | 208 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.09 |
| HSL | 308.33º | 0.8% | 0.56% | - |
| HSV(B) | 308.33º | 0.77% | 0.91% | - |
| XYZ | 46.26 | 24.42 | 61.95 | - |
| YUV | 124.49 | 175.13 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 53 | 208 | 0 | 0.77 | 0.11 | 0.09 | 308.33 | 0.8 | 0.56 |
| Hex | E9 | 35 | D0 | 0 | 4D | B | 9 | 134 | 50 | 38 |
| Octal | 351 | 65 | 320 | 0 | 115 | 13 | 11 | 464 | 120 | 70 |
| Binary | 11101001 | 110101 | 11010000 | 0 | 1001101 | 1011 | 1001 | 100110100 | 1010000 | 111000 |
Color Harmonies of #E935D0
Complementary color
Monochromatic Colors of #E935D0
Black with #E935D0
Text Example
Text Example
White with #E935D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E935D0; }
p { color: rgb(233,53,208); }
H1.HeaderClassName
{
color: #E935D0;
}
.AnyTagClassName
{
color: #E935D0;
}
</style>
background-color css
<style>
a { background-color: #E935D0; }
a { background-color: rgb(233,53,208); }
div.DivClassName
{
background-color: #E935D0;
}
.BgClassName
{
background-color: #E935D0;
}
</style>
border-color css
<style>
span { border-color: #E935D0; }
span { border-color: rgb(233,53,208); }
td.TdClassName
{
border-color: #E935D0;
}
.TagClassName
{
border-color: #E935D0;
}
</style>