Shades of Razzle Dazzle Rose #EE2ECC
Tints of Razzle Dazzle Rose #EE2ECC
RGB
CMYK
RGB Variations
Color information
#EE2ECC (or 0xEE2ECC) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2E and CC. RGB value is (238,46,204). Sum of RGB (Red+Green+Blue) = 238+46+204=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 46 (18.36% from 255 or 9.43% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2ECC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2ECC is #11D133. Grayscale: #787878. Windows color (decimal): -1167668 or 13381358. OLE color: 13381358.
HSL color Cylindrical-coordinate representation of color #EE2ECC: hue angle of 310.62º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EE2ECC is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 46 | 204 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.07 |
| HSL | 310.63º | 0.85% | 0.56% | - |
| HSV(B) | 310.63º | 0.81% | 0.93% | - |
| XYZ | 47.14 | 24.49 | 59.37 | - |
| YUV | 121.42 | 174.61 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 46 | 204 | 0 | 0.81 | 0.14 | 0.07 | 310.63 | 0.85 | 0.56 |
| Hex | EE | 2E | CC | 0 | 51 | E | 7 | 137 | 55 | 38 |
| Octal | 356 | 56 | 314 | 0 | 121 | 16 | 7 | 467 | 125 | 70 |
| Binary | 11101110 | 101110 | 11001100 | 0 | 1010001 | 1110 | 111 | 100110111 | 1010101 | 111000 |
Color Harmonies of #EE2ECC
Complementary color
Monochromatic Colors of #EE2ECC
Black with #EE2ECC
Text Example
Text Example
White with #EE2ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2ECC; }
p { color: rgb(238,46,204); }
H1.HeaderClassName
{
color: #EE2ECC;
}
.AnyTagClassName
{
color: #EE2ECC;
}
</style>
background-color css
<style>
a { background-color: #EE2ECC; }
a { background-color: rgb(238,46,204); }
div.DivClassName
{
background-color: #EE2ECC;
}
.BgClassName
{
background-color: #EE2ECC;
}
</style>
border-color css
<style>
span { border-color: #EE2ECC; }
span { border-color: rgb(238,46,204); }
td.TdClassName
{
border-color: #EE2ECC;
}
.TagClassName
{
border-color: #EE2ECC;
}
</style>