Shades of Razzle Dazzle Rose #EE2DD0
Tints of Razzle Dazzle Rose #EE2DD0
RGB
CMYK
RGB Variations
Color information
#EE2DD0 (or 0xEE2DD0) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2D and D0. RGB value is (238,45,208). Sum of RGB (Red+Green+Blue) = 238+45+208=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 45 (17.97% from 255 or 9.16% from 491); Blue value is 208 (81.64% from 255 or 42.36% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2DD0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2DD0 is #11D22F. Grayscale: #787878. Windows color (decimal): -1167920 or 13643246. OLE color: 13643246.
HSL color Cylindrical-coordinate representation of color #EE2DD0: hue angle of 309.33º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EE2DD0 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 45 | 208 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.07 |
| HSL | 309.33º | 0.85% | 0.55% | - |
| HSV(B) | 309.33º | 0.81% | 0.93% | - |
| XYZ | 47.58 | 24.61 | 61.92 | - |
| YUV | 121.29 | 176.94 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 45 | 208 | 0 | 0.81 | 0.13 | 0.07 | 309.33 | 0.85 | 0.55 |
| Hex | EE | 2D | D0 | 0 | 51 | D | 7 | 135 | 55 | 37 |
| Octal | 356 | 55 | 320 | 0 | 121 | 15 | 7 | 465 | 125 | 67 |
| Binary | 11101110 | 101101 | 11010000 | 0 | 1010001 | 1101 | 111 | 100110101 | 1010101 | 110111 |
Color Harmonies of #EE2DD0
Complementary color
Monochromatic Colors of #EE2DD0
Black with #EE2DD0
Text Example
Text Example
White with #EE2DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2DD0; }
p { color: rgb(238,45,208); }
H1.HeaderClassName
{
color: #EE2DD0;
}
.AnyTagClassName
{
color: #EE2DD0;
}
</style>
background-color css
<style>
a { background-color: #EE2DD0; }
a { background-color: rgb(238,45,208); }
div.DivClassName
{
background-color: #EE2DD0;
}
.BgClassName
{
background-color: #EE2DD0;
}
</style>
border-color css
<style>
span { border-color: #EE2DD0; }
span { border-color: rgb(238,45,208); }
td.TdClassName
{
border-color: #EE2DD0;
}
.TagClassName
{
border-color: #EE2DD0;
}
</style>