Shades of Razzle Dazzle Rose #EE2DDD
Tints of Razzle Dazzle Rose #EE2DDD
RGB
CMYK
RGB Variations
Color information
#EE2DDD (or 0xEE2DDD) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2D and DD. RGB value is (238,45,221). Sum of RGB (Red+Green+Blue) = 238+45+221=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 45 (17.97% from 255 or 8.93% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2DDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2DDD is #11D222. Grayscale: #7A7A7A. Windows color (decimal): -1167907 or 14495214. OLE color: 14495214.
HSL color Cylindrical-coordinate representation of color #EE2DDD: hue angle of 305.28º 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 #EE2DDD is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 45 | 221 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.07 |
| HSL | 305.29º | 0.85% | 0.55% | - |
| HSV(B) | 305.29º | 0.81% | 0.93% | - |
| XYZ | 49.25 | 25.27 | 70.69 | - |
| YUV | 122.77 | 183.44 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 45 | 221 | 0 | 0.81 | 0.07 | 0.07 | 305.29 | 0.85 | 0.55 |
| Hex | EE | 2D | DD | 0 | 51 | 7 | 7 | 131 | 55 | 37 |
| Octal | 356 | 55 | 335 | 0 | 121 | 7 | 7 | 461 | 125 | 67 |
| Binary | 11101110 | 101101 | 11011101 | 0 | 1010001 | 111 | 111 | 100110001 | 1010101 | 110111 |
Color Harmonies of #EE2DDD
Complementary color
Monochromatic Colors of #EE2DDD
Black with #EE2DDD
Text Example
Text Example
White with #EE2DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2DDD; }
p { color: rgb(238,45,221); }
H1.HeaderClassName
{
color: #EE2DDD;
}
.AnyTagClassName
{
color: #EE2DDD;
}
</style>
background-color css
<style>
a { background-color: #EE2DDD; }
a { background-color: rgb(238,45,221); }
div.DivClassName
{
background-color: #EE2DDD;
}
.BgClassName
{
background-color: #EE2DDD;
}
</style>
border-color css
<style>
span { border-color: #EE2DDD; }
span { border-color: rgb(238,45,221); }
td.TdClassName
{
border-color: #EE2DDD;
}
.TagClassName
{
border-color: #EE2DDD;
}
</style>