Shades of Razzle Dazzle Rose #EE2CE4
Tints of Razzle Dazzle Rose #EE2CE4
RGB
CMYK
RGB Variations
Color information
#EE2CE4 (or 0xEE2CE4) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2C and E4. RGB value is (238,44,228). Sum of RGB (Red+Green+Blue) = 238+44+228=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 44 (17.58% from 255 or 8.63% from 510); Blue value is 228 (89.45% from 255 or 44.71% from 510); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2CE4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2CE4 is #11D31B. Grayscale: #7A7A7A. Windows color (decimal): -1168156 or 14953710. OLE color: 14953710.
HSL color Cylindrical-coordinate representation of color #EE2CE4: hue angle of 303.09º 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 #EE2CE4 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 44 | 228 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.07 |
| HSL | 303.09º | 0.85% | 0.55% | - |
| HSV(B) | 303.09º | 0.82% | 0.93% | - |
| XYZ | 50.16 | 25.58 | 75.69 | - |
| YUV | 122.98 | 187.27 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 44 | 228 | 0 | 0.82 | 0.04 | 0.07 | 303.09 | 0.85 | 0.55 |
| Hex | EE | 2C | E4 | 0 | 52 | 4 | 7 | 12F | 55 | 37 |
| Octal | 356 | 54 | 344 | 0 | 122 | 4 | 7 | 457 | 125 | 67 |
| Binary | 11101110 | 101100 | 11100100 | 0 | 1010010 | 100 | 111 | 100101111 | 1010101 | 110111 |
Color Harmonies of #EE2CE4
Complementary color
Monochromatic Colors of #EE2CE4
Black with #EE2CE4
Text Example
Text Example
White with #EE2CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2CE4; }
p { color: rgb(238,44,228); }
H1.HeaderClassName
{
color: #EE2CE4;
}
.AnyTagClassName
{
color: #EE2CE4;
}
</style>
background-color css
<style>
a { background-color: #EE2CE4; }
a { background-color: rgb(238,44,228); }
div.DivClassName
{
background-color: #EE2CE4;
}
.BgClassName
{
background-color: #EE2CE4;
}
</style>
border-color css
<style>
span { border-color: #EE2CE4; }
span { border-color: rgb(238,44,228); }
td.TdClassName
{
border-color: #EE2CE4;
}
.TagClassName
{
border-color: #EE2CE4;
}
</style>