Shades of Razzle Dazzle Rose #EE33D0
Tints of Razzle Dazzle Rose #EE33D0
RGB
CMYK
RGB Variations
Color information
#EE33D0 (or 0xEE33D0) is known color: Razzle Dazzle Rose. HEX triplet: EE, 33 and D0. RGB value is (238,51,208). Sum of RGB (Red+Green+Blue) = 238+51+208=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 51 (20.31% from 255 or 10.26% from 497); Blue value is 208 (81.64% from 255 or 41.85% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EE33D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE33D0 is #11CC2F. Grayscale: #7C7C7C. Windows color (decimal): -1166384 or 13644782. OLE color: 13644782.
HSL color Cylindrical-coordinate representation of color #EE33D0: hue angle of 309.63º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE33D0 is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 51 | 208 | - |
| CMYK | 0 | 0.79 | 0.13 | 0.07 |
| HSL | 309.63º | 0.85% | 0.57% | - |
| HSV(B) | 309.63º | 0.79% | 0.93% | - |
| XYZ | 47.83 | 25.1 | 62 | - |
| YUV | 124.81 | 174.95 | 208.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 51 | 208 | 0 | 0.79 | 0.13 | 0.07 | 309.63 | 0.85 | 0.57 |
| Hex | EE | 33 | D0 | 0 | 4F | D | 7 | 136 | 55 | 39 |
| Octal | 356 | 63 | 320 | 0 | 117 | 15 | 7 | 466 | 125 | 71 |
| Binary | 11101110 | 110011 | 11010000 | 0 | 1001111 | 1101 | 111 | 100110110 | 1010101 | 111001 |
Color Harmonies of #EE33D0
Complementary color
Monochromatic Colors of #EE33D0
Black with #EE33D0
Text Example
Text Example
White with #EE33D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE33D0; }
p { color: rgb(238,51,208); }
H1.HeaderClassName
{
color: #EE33D0;
}
.AnyTagClassName
{
color: #EE33D0;
}
</style>
background-color css
<style>
a { background-color: #EE33D0; }
a { background-color: rgb(238,51,208); }
div.DivClassName
{
background-color: #EE33D0;
}
.BgClassName
{
background-color: #EE33D0;
}
</style>
border-color css
<style>
span { border-color: #EE33D0; }
span { border-color: rgb(238,51,208); }
td.TdClassName
{
border-color: #EE33D0;
}
.TagClassName
{
border-color: #EE33D0;
}
</style>