Shades of Razzle Dazzle Rose #EE21CA
Tints of Razzle Dazzle Rose #EE21CA
RGB
CMYK
RGB Variations
Color information
#EE21CA (or 0xEE21CA) is known color: Razzle Dazzle Rose. HEX triplet: EE, 21 and CA. RGB value is (238,33,202). Sum of RGB (Red+Green+Blue) = 238+33+202=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 33 (13.28% from 255 or 6.98% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EE21CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE21CA is #11DE35. Grayscale: #717171. Windows color (decimal): -1170998 or 13246958. OLE color: 13246958.
HSL color Cylindrical-coordinate representation of color #EE21CA: hue angle of 310.54º 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 #EE21CA is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 33 | 202 | - |
| CMYK | 0 | 0.86 | 0.15 | 0.07 |
| HSL | 310.54º | 0.86% | 0.53% | - |
| HSV(B) | 310.54º | 0.86% | 0.93% | - |
| XYZ | 46.46 | 23.53 | 57.97 | - |
| YUV | 113.56 | 177.92 | 216.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 33 | 202 | 0 | 0.86 | 0.15 | 0.07 | 310.54 | 0.86 | 0.53 |
| Hex | EE | 21 | CA | 0 | 56 | F | 7 | 137 | 56 | 35 |
| Octal | 356 | 41 | 312 | 0 | 126 | 17 | 7 | 467 | 126 | 65 |
| Binary | 11101110 | 100001 | 11001010 | 0 | 1010110 | 1111 | 111 | 100110111 | 1010110 | 110101 |
Color Harmonies of #EE21CA
Complementary color
Monochromatic Colors of #EE21CA
Black with #EE21CA
Text Example
Text Example
White with #EE21CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE21CA; }
p { color: rgb(238,33,202); }
H1.HeaderClassName
{
color: #EE21CA;
}
.AnyTagClassName
{
color: #EE21CA;
}
</style>
background-color css
<style>
a { background-color: #EE21CA; }
a { background-color: rgb(238,33,202); }
div.DivClassName
{
background-color: #EE21CA;
}
.BgClassName
{
background-color: #EE21CA;
}
</style>
border-color css
<style>
span { border-color: #EE21CA; }
span { border-color: rgb(238,33,202); }
td.TdClassName
{
border-color: #EE21CA;
}
.TagClassName
{
border-color: #EE21CA;
}
</style>