Shades of Razzle Dazzle Rose #EE21DF
Tints of Razzle Dazzle Rose #EE21DF
RGB
CMYK
RGB Variations
Color information
#EE21DF (or 0xEE21DF) is known color: Razzle Dazzle Rose. HEX triplet: EE, 21 and DF. RGB value is (238,33,223). Sum of RGB (Red+Green+Blue) = 238+33+223=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 33 (13.28% from 255 or 6.68% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 238 - color contains mainly: red. Hex color #EE21DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE21DF is #11DE20. Grayscale: #737373. Windows color (decimal): -1170977 or 14623214. OLE color: 14623214.
HSL color Cylindrical-coordinate representation of color #EE21DF: hue angle of 304.39º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE21DF is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 33 | 223 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.07 |
| HSL | 304.39º | 0.86% | 0.53% | - |
| HSV(B) | 304.39º | 0.86% | 0.93% | - |
| XYZ | 49.12 | 24.59 | 71.97 | - |
| YUV | 115.96 | 188.42 | 215.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 33 | 223 | 0 | 0.86 | 0.06 | 0.07 | 304.39 | 0.86 | 0.53 |
| Hex | EE | 21 | DF | 0 | 56 | 6 | 7 | 130 | 56 | 35 |
| Octal | 356 | 41 | 337 | 0 | 126 | 6 | 7 | 460 | 126 | 65 |
| Binary | 11101110 | 100001 | 11011111 | 0 | 1010110 | 110 | 111 | 100110000 | 1010110 | 110101 |
Color Harmonies of #EE21DF
Complementary color
Monochromatic Colors of #EE21DF
Black with #EE21DF
Text Example
Text Example
White with #EE21DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE21DF; }
p { color: rgb(238,33,223); }
H1.HeaderClassName
{
color: #EE21DF;
}
.AnyTagClassName
{
color: #EE21DF;
}
</style>
background-color css
<style>
a { background-color: #EE21DF; }
a { background-color: rgb(238,33,223); }
div.DivClassName
{
background-color: #EE21DF;
}
.BgClassName
{
background-color: #EE21DF;
}
</style>
border-color css
<style>
span { border-color: #EE21DF; }
span { border-color: rgb(238,33,223); }
td.TdClassName
{
border-color: #EE21DF;
}
.TagClassName
{
border-color: #EE21DF;
}
</style>