Shades of Razzle Dazzle Rose #EE3CDE
Tints of Razzle Dazzle Rose #EE3CDE
RGB
CMYK
RGB Variations
Color information
#EE3CDE (or 0xEE3CDE) is known color: Razzle Dazzle Rose. HEX triplet: EE, 3C and DE. RGB value is (238,60,222). Sum of RGB (Red+Green+Blue) = 238+60+222=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 60 (23.83% from 255 or 11.54% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3CDE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE3CDE is #11C321. Grayscale: #838383. Windows color (decimal): -1164066 or 14564590. OLE color: 14564590.
HSL color Cylindrical-coordinate representation of color #EE3CDE: hue angle of 305.39º 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 #EE3CDE is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 60 | 222 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.07 |
| HSL | 305.39º | 0.84% | 0.58% | - |
| HSV(B) | 305.39º | 0.75% | 0.93% | - |
| XYZ | 50.06 | 26.68 | 71.62 | - |
| YUV | 131.69 | 178.97 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 60 | 222 | 0 | 0.75 | 0.07 | 0.07 | 305.39 | 0.84 | 0.58 |
| Hex | EE | 3C | DE | 0 | 4B | 7 | 7 | 131 | 54 | 3A |
| Octal | 356 | 74 | 336 | 0 | 113 | 7 | 7 | 461 | 124 | 72 |
| Binary | 11101110 | 111100 | 11011110 | 0 | 1001011 | 111 | 111 | 100110001 | 1010100 | 111010 |
Color Harmonies of #EE3CDE
Complementary color
Monochromatic Colors of #EE3CDE
Black with #EE3CDE
Text Example
Text Example
White with #EE3CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3CDE; }
p { color: rgb(238,60,222); }
H1.HeaderClassName
{
color: #EE3CDE;
}
.AnyTagClassName
{
color: #EE3CDE;
}
</style>
background-color css
<style>
a { background-color: #EE3CDE; }
a { background-color: rgb(238,60,222); }
div.DivClassName
{
background-color: #EE3CDE;
}
.BgClassName
{
background-color: #EE3CDE;
}
</style>
border-color css
<style>
span { border-color: #EE3CDE; }
span { border-color: rgb(238,60,222); }
td.TdClassName
{
border-color: #EE3CDE;
}
.TagClassName
{
border-color: #EE3CDE;
}
</style>