Shades of Razzle Dazzle Rose #EE2EC4
Tints of Razzle Dazzle Rose #EE2EC4
RGB
CMYK
RGB Variations
Color information
#EE2EC4 (or 0xEE2EC4) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2E and C4. RGB value is (238,46,196). Sum of RGB (Red+Green+Blue) = 238+46+196=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 46 (18.36% from 255 or 9.58% from 480); Blue value is 196 (76.95% from 255 or 40.83% from 480); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2EC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2EC4 is #11D13B. Grayscale: #787878. Windows color (decimal): -1167676 or 12857070. OLE color: 12857070.
HSL color Cylindrical-coordinate representation of color #EE2EC4: hue angle of 313.12º 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 #EE2EC4 is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 46 | 196 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.07 |
| HSL | 313.13º | 0.85% | 0.56% | - |
| HSV(B) | 313.13º | 0.81% | 0.93% | - |
| XYZ | 46.2 | 24.12 | 54.44 | - |
| YUV | 120.51 | 170.61 | 211.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 46 | 196 | 0 | 0.81 | 0.18 | 0.07 | 313.13 | 0.85 | 0.56 |
| Hex | EE | 2E | C4 | 0 | 51 | 12 | 7 | 139 | 55 | 38 |
| Octal | 356 | 56 | 304 | 0 | 121 | 22 | 7 | 471 | 125 | 70 |
| Binary | 11101110 | 101110 | 11000100 | 0 | 1010001 | 10010 | 111 | 100111001 | 1010101 | 111000 |
Color Harmonies of #EE2EC4
Complementary color
Monochromatic Colors of #EE2EC4
Black with #EE2EC4
Text Example
Text Example
White with #EE2EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2EC4; }
p { color: rgb(238,46,196); }
H1.HeaderClassName
{
color: #EE2EC4;
}
.AnyTagClassName
{
color: #EE2EC4;
}
</style>
background-color css
<style>
a { background-color: #EE2EC4; }
a { background-color: rgb(238,46,196); }
div.DivClassName
{
background-color: #EE2EC4;
}
.BgClassName
{
background-color: #EE2EC4;
}
</style>
border-color css
<style>
span { border-color: #EE2EC4; }
span { border-color: rgb(238,46,196); }
td.TdClassName
{
border-color: #EE2EC4;
}
.TagClassName
{
border-color: #EE2EC4;
}
</style>