Shades of Razzle Dazzle Rose #EE2DDC
Tints of Razzle Dazzle Rose #EE2DDC
RGB
CMYK
RGB Variations
Color information
#EE2DDC (or 0xEE2DDC) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2D and DC. RGB value is (238,45,220). Sum of RGB (Red+Green+Blue) = 238+45+220=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 45 (17.97% from 255 or 8.95% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2DDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2DDC is #11D223. Grayscale: #7A7A7A. Windows color (decimal): -1167908 or 14429678. OLE color: 14429678.
HSL color Cylindrical-coordinate representation of color #EE2DDC: hue angle of 305.6º 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 #EE2DDC is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 45 | 220 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.07 |
| HSL | 305.6º | 0.85% | 0.55% | - |
| HSV(B) | 305.6º | 0.81% | 0.93% | - |
| XYZ | 49.12 | 25.22 | 69.99 | - |
| YUV | 122.66 | 182.94 | 210.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 45 | 220 | 0 | 0.81 | 0.08 | 0.07 | 305.6 | 0.85 | 0.55 |
| Hex | EE | 2D | DC | 0 | 51 | 8 | 7 | 132 | 55 | 37 |
| Octal | 356 | 55 | 334 | 0 | 121 | 10 | 7 | 462 | 125 | 67 |
| Binary | 11101110 | 101101 | 11011100 | 0 | 1010001 | 1000 | 111 | 100110010 | 1010101 | 110111 |
Color Harmonies of #EE2DDC
Complementary color
Monochromatic Colors of #EE2DDC
Black with #EE2DDC
Text Example
Text Example
White with #EE2DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2DDC; }
p { color: rgb(238,45,220); }
H1.HeaderClassName
{
color: #EE2DDC;
}
.AnyTagClassName
{
color: #EE2DDC;
}
</style>
background-color css
<style>
a { background-color: #EE2DDC; }
a { background-color: rgb(238,45,220); }
div.DivClassName
{
background-color: #EE2DDC;
}
.BgClassName
{
background-color: #EE2DDC;
}
</style>
border-color css
<style>
span { border-color: #EE2DDC; }
span { border-color: rgb(238,45,220); }
td.TdClassName
{
border-color: #EE2DDC;
}
.TagClassName
{
border-color: #EE2DDC;
}
</style>