Shades of Razzle Dazzle Rose #EE2DED
Tints of Razzle Dazzle Rose #EE2DED
RGB
CMYK
RGB Variations
Color information
#EE2DED (or 0xEE2DED) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2D and ED. RGB value is (238,45,237). Sum of RGB (Red+Green+Blue) = 238+45+237=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 45 (17.97% from 255 or 8.65% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2DED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE2DED is #11D212. Grayscale: #7C7C7C. Windows color (decimal): -1167891 or 15543790. OLE color: 15543790.
HSL color Cylindrical-coordinate representation of color #EE2DED: hue angle of 300.31º 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 #EE2DED is Cyan = 0, Magento = 0.81, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 45 | 237 | - |
| CMYK | 0 | 0.81 | 0.00 | 0.07 |
| HSL | 300.31º | 0.85% | 0.55% | - |
| HSV(B) | 300.31º | 0.81% | 0.93% | - |
| XYZ | 51.48 | 26.17 | 82.46 | - |
| YUV | 124.6 | 191.44 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 45 | 237 | 0 | 0.81 | 0.00 | 0.07 | 300.31 | 0.85 | 0.55 |
| Hex | EE | 2D | ED | 0 | 51 | 0 | 7 | 12C | 55 | 37 |
| Octal | 356 | 55 | 355 | 0 | 121 | 0 | 7 | 454 | 125 | 67 |
| Binary | 11101110 | 101101 | 11101101 | 0 | 1010001 | 0 | 111 | 100101100 | 1010101 | 110111 |
Color Harmonies of #EE2DED
Complementary color
Monochromatic Colors of #EE2DED
Black with #EE2DED
Text Example
Text Example
White with #EE2DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2DED; }
p { color: rgb(238,45,237); }
H1.HeaderClassName
{
color: #EE2DED;
}
.AnyTagClassName
{
color: #EE2DED;
}
</style>
background-color css
<style>
a { background-color: #EE2DED; }
a { background-color: rgb(238,45,237); }
div.DivClassName
{
background-color: #EE2DED;
}
.BgClassName
{
background-color: #EE2DED;
}
</style>
border-color css
<style>
span { border-color: #EE2DED; }
span { border-color: rgb(238,45,237); }
td.TdClassName
{
border-color: #EE2DED;
}
.TagClassName
{
border-color: #EE2DED;
}
</style>