Shades of Razzle Dazzle Rose #EE1EE0
Tints of Razzle Dazzle Rose #EE1EE0
RGB
CMYK
RGB Variations
Color information
#EE1EE0 (or 0xEE1EE0) is known color: Razzle Dazzle Rose. HEX triplet: EE, 1E and E0. RGB value is (238,30,224). Sum of RGB (Red+Green+Blue) = 238+30+224=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 30 (12.11% from 255 or 6.10% from 492); Blue value is 224 (87.89% from 255 or 45.53% from 492); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1EE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1EE0 is #11E11F. Grayscale: #717171. Windows color (decimal): -1171744 or 14687982. OLE color: 14687982.
HSL color Cylindrical-coordinate representation of color #EE1EE0: hue angle of 304.04º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE1EE0 is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 30 | 224 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.07 |
| HSL | 304.04º | 0.86% | 0.53% | - |
| HSV(B) | 304.04º | 0.87% | 0.93% | - |
| XYZ | 49.18 | 24.49 | 72.66 | - |
| YUV | 114.31 | 189.91 | 216.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 30 | 224 | 0 | 0.87 | 0.06 | 0.07 | 304.04 | 0.86 | 0.53 |
| Hex | EE | 1E | E0 | 0 | 57 | 6 | 7 | 130 | 56 | 35 |
| Octal | 356 | 36 | 340 | 0 | 127 | 6 | 7 | 460 | 126 | 65 |
| Binary | 11101110 | 11110 | 11100000 | 0 | 1010111 | 110 | 111 | 100110000 | 1010110 | 110101 |
Color Harmonies of #EE1EE0
Complementary color
Monochromatic Colors of #EE1EE0
Black with #EE1EE0
Text Example
Text Example
White with #EE1EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1EE0; }
p { color: rgb(238,30,224); }
H1.HeaderClassName
{
color: #EE1EE0;
}
.AnyTagClassName
{
color: #EE1EE0;
}
</style>
background-color css
<style>
a { background-color: #EE1EE0; }
a { background-color: rgb(238,30,224); }
div.DivClassName
{
background-color: #EE1EE0;
}
.BgClassName
{
background-color: #EE1EE0;
}
</style>
border-color css
<style>
span { border-color: #EE1EE0; }
span { border-color: rgb(238,30,224); }
td.TdClassName
{
border-color: #EE1EE0;
}
.TagClassName
{
border-color: #EE1EE0;
}
</style>