Shades of Razzle Dazzle Rose #EE3CE0
Tints of Razzle Dazzle Rose #EE3CE0
RGB
CMYK
RGB Variations
Color information
#EE3CE0 (or 0xEE3CE0) is known color: Razzle Dazzle Rose. HEX triplet: EE, 3C and E0. RGB value is (238,60,224). Sum of RGB (Red+Green+Blue) = 238+60+224=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 60 (23.83% from 255 or 11.49% from 522); Blue value is 224 (87.89% from 255 or 42.91% from 522); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3CE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE3CE0 is #11C31F. Grayscale: #838383. Windows color (decimal): -1164064 or 14695662. OLE color: 14695662.
HSL color Cylindrical-coordinate representation of color #EE3CE0: hue angle of 304.72º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EE3CE0 is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 60 | 224 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.07 |
| HSL | 304.72º | 0.84% | 0.58% | - |
| HSV(B) | 304.72º | 0.75% | 0.93% | - |
| XYZ | 50.33 | 26.79 | 73.04 | - |
| YUV | 131.92 | 179.97 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 60 | 224 | 0 | 0.75 | 0.06 | 0.07 | 304.72 | 0.84 | 0.58 |
| Hex | EE | 3C | E0 | 0 | 4B | 6 | 7 | 131 | 54 | 3A |
| Octal | 356 | 74 | 340 | 0 | 113 | 6 | 7 | 461 | 124 | 72 |
| Binary | 11101110 | 111100 | 11100000 | 0 | 1001011 | 110 | 111 | 100110001 | 1010100 | 111010 |
Color Harmonies of #EE3CE0
Complementary color
Monochromatic Colors of #EE3CE0
Black with #EE3CE0
Text Example
Text Example
White with #EE3CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3CE0; }
p { color: rgb(238,60,224); }
H1.HeaderClassName
{
color: #EE3CE0;
}
.AnyTagClassName
{
color: #EE3CE0;
}
</style>
background-color css
<style>
a { background-color: #EE3CE0; }
a { background-color: rgb(238,60,224); }
div.DivClassName
{
background-color: #EE3CE0;
}
.BgClassName
{
background-color: #EE3CE0;
}
</style>
border-color css
<style>
span { border-color: #EE3CE0; }
span { border-color: rgb(238,60,224); }
td.TdClassName
{
border-color: #EE3CE0;
}
.TagClassName
{
border-color: #EE3CE0;
}
</style>