Shades of Razzle Dazzle Rose #EE2DDF
Tints of Razzle Dazzle Rose #EE2DDF
RGB
CMYK
RGB Variations
Color information
#EE2DDF (or 0xEE2DDF) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2D and DF. RGB value is (238,45,223). Sum of RGB (Red+Green+Blue) = 238+45+223=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 45 (17.97% from 255 or 8.89% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2DDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2DDF is #11D220. Grayscale: #7A7A7A. Windows color (decimal): -1167905 or 14626286. OLE color: 14626286.
HSL color Cylindrical-coordinate representation of color #EE2DDF: hue angle of 304.66º 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 #EE2DDF is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 45 | 223 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.07 |
| HSL | 304.66º | 0.85% | 0.55% | - |
| HSV(B) | 304.66º | 0.81% | 0.93% | - |
| XYZ | 49.52 | 25.38 | 72.1 | - |
| YUV | 123 | 184.44 | 210.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 45 | 223 | 0 | 0.81 | 0.06 | 0.07 | 304.66 | 0.85 | 0.55 |
| Hex | EE | 2D | DF | 0 | 51 | 6 | 7 | 131 | 55 | 37 |
| Octal | 356 | 55 | 337 | 0 | 121 | 6 | 7 | 461 | 125 | 67 |
| Binary | 11101110 | 101101 | 11011111 | 0 | 1010001 | 110 | 111 | 100110001 | 1010101 | 110111 |
Color Harmonies of #EE2DDF
Complementary color
Monochromatic Colors of #EE2DDF
Black with #EE2DDF
Text Example
Text Example
White with #EE2DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2DDF; }
p { color: rgb(238,45,223); }
H1.HeaderClassName
{
color: #EE2DDF;
}
.AnyTagClassName
{
color: #EE2DDF;
}
</style>
background-color css
<style>
a { background-color: #EE2DDF; }
a { background-color: rgb(238,45,223); }
div.DivClassName
{
background-color: #EE2DDF;
}
.BgClassName
{
background-color: #EE2DDF;
}
</style>
border-color css
<style>
span { border-color: #EE2DDF; }
span { border-color: rgb(238,45,223); }
td.TdClassName
{
border-color: #EE2DDF;
}
.TagClassName
{
border-color: #EE2DDF;
}
</style>