Shades of Razzle Dazzle Rose #EE2EC5
Tints of Razzle Dazzle Rose #EE2EC5
RGB
CMYK
RGB Variations
Color information
#EE2EC5 (or 0xEE2EC5) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2E and C5. RGB value is (238,46,197). Sum of RGB (Red+Green+Blue) = 238+46+197=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 46 (18.36% from 255 or 9.56% from 481); Blue value is 197 (77.34% from 255 or 40.96% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2EC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2EC5 is #11D13A. Grayscale: #787878. Windows color (decimal): -1167675 or 12922606. OLE color: 12922606.
HSL color Cylindrical-coordinate representation of color #EE2EC5: hue angle of 312.81º 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 #EE2EC5 is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 46 | 197 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.07 |
| HSL | 312.81º | 0.85% | 0.56% | - |
| HSV(B) | 312.81º | 0.81% | 0.93% | - |
| XYZ | 46.31 | 24.16 | 55.05 | - |
| YUV | 120.62 | 171.11 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 46 | 197 | 0 | 0.81 | 0.17 | 0.07 | 312.81 | 0.85 | 0.56 |
| Hex | EE | 2E | C5 | 0 | 51 | 11 | 7 | 139 | 55 | 38 |
| Octal | 356 | 56 | 305 | 0 | 121 | 21 | 7 | 471 | 125 | 70 |
| Binary | 11101110 | 101110 | 11000101 | 0 | 1010001 | 10001 | 111 | 100111001 | 1010101 | 111000 |
Color Harmonies of #EE2EC5
Complementary color
Monochromatic Colors of #EE2EC5
Black with #EE2EC5
Text Example
Text Example
White with #EE2EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2EC5; }
p { color: rgb(238,46,197); }
H1.HeaderClassName
{
color: #EE2EC5;
}
.AnyTagClassName
{
color: #EE2EC5;
}
</style>
background-color css
<style>
a { background-color: #EE2EC5; }
a { background-color: rgb(238,46,197); }
div.DivClassName
{
background-color: #EE2EC5;
}
.BgClassName
{
background-color: #EE2EC5;
}
</style>
border-color css
<style>
span { border-color: #EE2EC5; }
span { border-color: rgb(238,46,197); }
td.TdClassName
{
border-color: #EE2EC5;
}
.TagClassName
{
border-color: #EE2EC5;
}
</style>