Shades of Razzle Dazzle Rose #EE3CC1
Tints of Razzle Dazzle Rose #EE3CC1
RGB
CMYK
RGB Variations
Color information
#EE3CC1 (or 0xEE3CC1) is known color: Razzle Dazzle Rose. HEX triplet: EE, 3C and C1. RGB value is (238,60,193). Sum of RGB (Red+Green+Blue) = 238+60+193=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 60 (23.83% from 255 or 12.22% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3CC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE3CC1 is #11C33E. Grayscale: #808080. Windows color (decimal): -1164095 or 12664046. OLE color: 12664046.
HSL color Cylindrical-coordinate representation of color #EE3CC1: hue angle of 315.17º 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 #EE3CC1 is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 60 | 193 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.07 |
| HSL | 315.17º | 0.84% | 0.58% | - |
| HSV(B) | 315.17º | 0.75% | 0.93% | - |
| XYZ | 46.5 | 25.26 | 52.88 | - |
| YUV | 128.38 | 164.47 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 60 | 193 | 0 | 0.75 | 0.19 | 0.07 | 315.17 | 0.84 | 0.58 |
| Hex | EE | 3C | C1 | 0 | 4B | 13 | 7 | 13B | 54 | 3A |
| Octal | 356 | 74 | 301 | 0 | 113 | 23 | 7 | 473 | 124 | 72 |
| Binary | 11101110 | 111100 | 11000001 | 0 | 1001011 | 10011 | 111 | 100111011 | 1010100 | 111010 |
Color Harmonies of #EE3CC1
Complementary color
Monochromatic Colors of #EE3CC1
Black with #EE3CC1
Text Example
Text Example
White with #EE3CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3CC1; }
p { color: rgb(238,60,193); }
H1.HeaderClassName
{
color: #EE3CC1;
}
.AnyTagClassName
{
color: #EE3CC1;
}
</style>
background-color css
<style>
a { background-color: #EE3CC1; }
a { background-color: rgb(238,60,193); }
div.DivClassName
{
background-color: #EE3CC1;
}
.BgClassName
{
background-color: #EE3CC1;
}
</style>
border-color css
<style>
span { border-color: #EE3CC1; }
span { border-color: rgb(238,60,193); }
td.TdClassName
{
border-color: #EE3CC1;
}
.TagClassName
{
border-color: #EE3CC1;
}
</style>