Shades of Razzle Dazzle Rose #EE40CE
Tints of Razzle Dazzle Rose #EE40CE
RGB
CMYK
RGB Variations
Color information
#EE40CE (or 0xEE40CE) is known color: Razzle Dazzle Rose. HEX triplet: EE, 40 and CE. RGB value is (238,64,206). Sum of RGB (Red+Green+Blue) = 238+64+206=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 64 (25.39% from 255 or 12.60% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EE40CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE40CE is #11BF31. Grayscale: #838383. Windows color (decimal): -1163058 or 13517038. OLE color: 13517038.
HSL color Cylindrical-coordinate representation of color #EE40CE: hue angle of 311.03º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE40CE is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 206 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.07 |
| HSL | 311.03º | 0.84% | 0.59% | - |
| HSV(B) | 311.03º | 0.73% | 0.93% | - |
| XYZ | 48.23 | 26.3 | 60.93 | - |
| YUV | 132.21 | 169.65 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 206 | 0 | 0.73 | 0.13 | 0.07 | 311.03 | 0.84 | 0.59 |
| Hex | EE | 40 | CE | 0 | 49 | D | 7 | 137 | 54 | 3B |
| Octal | 356 | 100 | 316 | 0 | 111 | 15 | 7 | 467 | 124 | 73 |
| Binary | 11101110 | 1000000 | 11001110 | 0 | 1001001 | 1101 | 111 | 100110111 | 1010100 | 111011 |
Color Harmonies of #EE40CE
Complementary color
Monochromatic Colors of #EE40CE
Black with #EE40CE
Text Example
Text Example
White with #EE40CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE40CE; }
p { color: rgb(238,64,206); }
H1.HeaderClassName
{
color: #EE40CE;
}
.AnyTagClassName
{
color: #EE40CE;
}
</style>
background-color css
<style>
a { background-color: #EE40CE; }
a { background-color: rgb(238,64,206); }
div.DivClassName
{
background-color: #EE40CE;
}
.BgClassName
{
background-color: #EE40CE;
}
</style>
border-color css
<style>
span { border-color: #EE40CE; }
span { border-color: rgb(238,64,206); }
td.TdClassName
{
border-color: #EE40CE;
}
.TagClassName
{
border-color: #EE40CE;
}
</style>