Shades of Razzle Dazzle Rose #EE2BDF
Tints of Razzle Dazzle Rose #EE2BDF
RGB
CMYK
RGB Variations
Color information
#EE2BDF (or 0xEE2BDF) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2B and DF. RGB value is (238,43,223). Sum of RGB (Red+Green+Blue) = 238+43+223=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 43 (17.19% from 255 or 8.53% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2BDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2BDF is #11D420. Grayscale: #797979. Windows color (decimal): -1168417 or 14625774. OLE color: 14625774.
HSL color Cylindrical-coordinate representation of color #EE2BDF: hue angle of 304.62º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EE2BDF is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 43 | 223 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.07 |
| HSL | 304.62º | 0.85% | 0.55% | - |
| HSV(B) | 304.62º | 0.82% | 0.93% | - |
| XYZ | 49.44 | 25.23 | 72.08 | - |
| YUV | 121.83 | 185.1 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 43 | 223 | 0 | 0.82 | 0.06 | 0.07 | 304.62 | 0.85 | 0.55 |
| Hex | EE | 2B | DF | 0 | 52 | 6 | 7 | 131 | 55 | 37 |
| Octal | 356 | 53 | 337 | 0 | 122 | 6 | 7 | 461 | 125 | 67 |
| Binary | 11101110 | 101011 | 11011111 | 0 | 1010010 | 110 | 111 | 100110001 | 1010101 | 110111 |
Color Harmonies of #EE2BDF
Complementary color
Monochromatic Colors of #EE2BDF
Black with #EE2BDF
Text Example
Text Example
White with #EE2BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2BDF; }
p { color: rgb(238,43,223); }
H1.HeaderClassName
{
color: #EE2BDF;
}
.AnyTagClassName
{
color: #EE2BDF;
}
</style>
background-color css
<style>
a { background-color: #EE2BDF; }
a { background-color: rgb(238,43,223); }
div.DivClassName
{
background-color: #EE2BDF;
}
.BgClassName
{
background-color: #EE2BDF;
}
</style>
border-color css
<style>
span { border-color: #EE2BDF; }
span { border-color: rgb(238,43,223); }
td.TdClassName
{
border-color: #EE2BDF;
}
.TagClassName
{
border-color: #EE2BDF;
}
</style>