Shades of Razzle Dazzle Rose #EE40CC
Tints of Razzle Dazzle Rose #EE40CC
RGB
CMYK
RGB Variations
Color information
#EE40CC (or 0xEE40CC) is known color: Razzle Dazzle Rose. HEX triplet: EE, 40 and CC. RGB value is (238,64,204). Sum of RGB (Red+Green+Blue) = 238+64+204=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 64 (25.39% from 255 or 12.65% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EE40CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE40CC is #11BF33. Grayscale: #838383. Windows color (decimal): -1163060 or 13385966. OLE color: 13385966.
HSL color Cylindrical-coordinate representation of color #EE40CC: hue angle of 311.72º 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 #EE40CC is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 204 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.07 |
| HSL | 311.72º | 0.84% | 0.59% | - |
| HSV(B) | 311.72º | 0.73% | 0.93% | - |
| XYZ | 47.99 | 26.2 | 59.66 | - |
| YUV | 131.99 | 168.65 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 204 | 0 | 0.73 | 0.14 | 0.07 | 311.72 | 0.84 | 0.59 |
| Hex | EE | 40 | CC | 0 | 49 | E | 7 | 138 | 54 | 3B |
| Octal | 356 | 100 | 314 | 0 | 111 | 16 | 7 | 470 | 124 | 73 |
| Binary | 11101110 | 1000000 | 11001100 | 0 | 1001001 | 1110 | 111 | 100111000 | 1010100 | 111011 |
Color Harmonies of #EE40CC
Complementary color
Monochromatic Colors of #EE40CC
Black with #EE40CC
Text Example
Text Example
White with #EE40CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE40CC; }
p { color: rgb(238,64,204); }
H1.HeaderClassName
{
color: #EE40CC;
}
.AnyTagClassName
{
color: #EE40CC;
}
</style>
background-color css
<style>
a { background-color: #EE40CC; }
a { background-color: rgb(238,64,204); }
div.DivClassName
{
background-color: #EE40CC;
}
.BgClassName
{
background-color: #EE40CC;
}
</style>
border-color css
<style>
span { border-color: #EE40CC; }
span { border-color: rgb(238,64,204); }
td.TdClassName
{
border-color: #EE40CC;
}
.TagClassName
{
border-color: #EE40CC;
}
</style>