Shades of Razzle Dazzle Rose #EE3ACC
Tints of Razzle Dazzle Rose #EE3ACC
RGB
CMYK
RGB Variations
Color information
#EE3ACC (or 0xEE3ACC) is known color: Razzle Dazzle Rose. HEX triplet: EE, 3A and CC. RGB value is (238,58,204). Sum of RGB (Red+Green+Blue) = 238+58+204=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 58 (23.05% from 255 or 11.6% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE3ACC is #11C533. Grayscale: #808080. Windows color (decimal): -1164596 or 13384430. OLE color: 13384430.
HSL color Cylindrical-coordinate representation of color #EE3ACC: hue angle of 311.33º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE3ACC is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 58 | 204 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.07 |
| HSL | 311.33º | 0.84% | 0.58% | - |
| HSV(B) | 311.33º | 0.76% | 0.93% | - |
| XYZ | 47.67 | 25.56 | 59.55 | - |
| YUV | 128.46 | 170.63 | 206.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 58 | 204 | 0 | 0.76 | 0.14 | 0.07 | 311.33 | 0.84 | 0.58 |
| Hex | EE | 3A | CC | 0 | 4C | E | 7 | 137 | 54 | 3A |
| Octal | 356 | 72 | 314 | 0 | 114 | 16 | 7 | 467 | 124 | 72 |
| Binary | 11101110 | 111010 | 11001100 | 0 | 1001100 | 1110 | 111 | 100110111 | 1010100 | 111010 |
Color Harmonies of #EE3ACC
Complementary color
Monochromatic Colors of #EE3ACC
Black with #EE3ACC
Text Example
Text Example
White with #EE3ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3ACC; }
p { color: rgb(238,58,204); }
H1.HeaderClassName
{
color: #EE3ACC;
}
.AnyTagClassName
{
color: #EE3ACC;
}
</style>
background-color css
<style>
a { background-color: #EE3ACC; }
a { background-color: rgb(238,58,204); }
div.DivClassName
{
background-color: #EE3ACC;
}
.BgClassName
{
background-color: #EE3ACC;
}
</style>
border-color css
<style>
span { border-color: #EE3ACC; }
span { border-color: rgb(238,58,204); }
td.TdClassName
{
border-color: #EE3ACC;
}
.TagClassName
{
border-color: #EE3ACC;
}
</style>