Shades of Razzle Dazzle Rose #EE2BDC
Tints of Razzle Dazzle Rose #EE2BDC
RGB
CMYK
RGB Variations
Color information
#EE2BDC (or 0xEE2BDC) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2B and DC. RGB value is (238,43,220). Sum of RGB (Red+Green+Blue) = 238+43+220=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 43 (17.19% from 255 or 8.58% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2BDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2BDC is #11D423. Grayscale: #787878. Windows color (decimal): -1168420 or 14429166. OLE color: 14429166.
HSL color Cylindrical-coordinate representation of color #EE2BDC: hue angle of 305.54º 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 #EE2BDC is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 43 | 220 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.07 |
| HSL | 305.54º | 0.85% | 0.55% | - |
| HSV(B) | 305.54º | 0.82% | 0.93% | - |
| XYZ | 49.04 | 25.07 | 69.96 | - |
| YUV | 121.48 | 183.6 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 43 | 220 | 0 | 0.82 | 0.08 | 0.07 | 305.54 | 0.85 | 0.55 |
| Hex | EE | 2B | DC | 0 | 52 | 8 | 7 | 132 | 55 | 37 |
| Octal | 356 | 53 | 334 | 0 | 122 | 10 | 7 | 462 | 125 | 67 |
| Binary | 11101110 | 101011 | 11011100 | 0 | 1010010 | 1000 | 111 | 100110010 | 1010101 | 110111 |
Color Harmonies of #EE2BDC
Complementary color
Monochromatic Colors of #EE2BDC
Black with #EE2BDC
Text Example
Text Example
White with #EE2BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2BDC; }
p { color: rgb(238,43,220); }
H1.HeaderClassName
{
color: #EE2BDC;
}
.AnyTagClassName
{
color: #EE2BDC;
}
</style>
background-color css
<style>
a { background-color: #EE2BDC; }
a { background-color: rgb(238,43,220); }
div.DivClassName
{
background-color: #EE2BDC;
}
.BgClassName
{
background-color: #EE2BDC;
}
</style>
border-color css
<style>
span { border-color: #EE2BDC; }
span { border-color: rgb(238,43,220); }
td.TdClassName
{
border-color: #EE2BDC;
}
.TagClassName
{
border-color: #EE2BDC;
}
</style>