Shades of Razzle Dazzle Rose #E932D0
Tints of Razzle Dazzle Rose #E932D0
RGB
CMYK
RGB Variations
Color information
#E932D0 (or 0xE932D0) is known color: Razzle Dazzle Rose. HEX triplet: E9, 32 and D0. RGB value is (233,50,208). Sum of RGB (Red+Green+Blue) = 233+50+208=491 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.45% from 491); Green value is 50 (19.92% from 255 or 10.18% from 491); Blue value is 208 (81.64% from 255 or 42.36% from 491); Max value from RGB is 233 - color contains mainly: red. Hex color #E932D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E932D0 is #16CD2F. Grayscale: #7A7A7A. Windows color (decimal): -1494320 or 13644521. OLE color: 13644521.
HSL color Cylindrical-coordinate representation of color #E932D0: hue angle of 308.2º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E932D0 is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 50 | 208 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.09 |
| HSL | 308.2º | 0.81% | 0.55% | - |
| HSV(B) | 308.2º | 0.79% | 0.91% | - |
| XYZ | 46.13 | 24.16 | 61.91 | - |
| YUV | 122.73 | 176.13 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 50 | 208 | 0 | 0.79 | 0.11 | 0.09 | 308.2 | 0.81 | 0.55 |
| Hex | E9 | 32 | D0 | 0 | 4F | B | 9 | 134 | 51 | 37 |
| Octal | 351 | 62 | 320 | 0 | 117 | 13 | 11 | 464 | 121 | 67 |
| Binary | 11101001 | 110010 | 11010000 | 0 | 1001111 | 1011 | 1001 | 100110100 | 1010001 | 110111 |
Color Harmonies of #E932D0
Complementary color
Monochromatic Colors of #E932D0
Black with #E932D0
Text Example
Text Example
White with #E932D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E932D0; }
p { color: rgb(233,50,208); }
H1.HeaderClassName
{
color: #E932D0;
}
.AnyTagClassName
{
color: #E932D0;
}
</style>
background-color css
<style>
a { background-color: #E932D0; }
a { background-color: rgb(233,50,208); }
div.DivClassName
{
background-color: #E932D0;
}
.BgClassName
{
background-color: #E932D0;
}
</style>
border-color css
<style>
span { border-color: #E932D0; }
span { border-color: rgb(233,50,208); }
td.TdClassName
{
border-color: #E932D0;
}
.TagClassName
{
border-color: #E932D0;
}
</style>