Shades of Razzle Dazzle Rose #EE40CF
Tints of Razzle Dazzle Rose #EE40CF
RGB
CMYK
RGB Variations
Color information
#EE40CF (or 0xEE40CF) is known color: Razzle Dazzle Rose. HEX triplet: EE, 40 and CF. RGB value is (238,64,207). Sum of RGB (Red+Green+Blue) = 238+64+207=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 64 (25.39% from 255 or 12.57% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EE40CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE40CF is #11BF30. Grayscale: #838383. Windows color (decimal): -1163057 or 13582574. OLE color: 13582574.
HSL color Cylindrical-coordinate representation of color #EE40CF: hue angle of 310.69º 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 #EE40CF is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 207 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.07 |
| HSL | 310.69º | 0.84% | 0.59% | - |
| HSV(B) | 310.69º | 0.73% | 0.93% | - |
| XYZ | 48.36 | 26.35 | 61.57 | - |
| YUV | 132.33 | 170.15 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 207 | 0 | 0.73 | 0.13 | 0.07 | 310.69 | 0.84 | 0.59 |
| Hex | EE | 40 | CF | 0 | 49 | D | 7 | 137 | 54 | 3B |
| Octal | 356 | 100 | 317 | 0 | 111 | 15 | 7 | 467 | 124 | 73 |
| Binary | 11101110 | 1000000 | 11001111 | 0 | 1001001 | 1101 | 111 | 100110111 | 1010100 | 111011 |
Color Harmonies of #EE40CF
Complementary color
Monochromatic Colors of #EE40CF
Black with #EE40CF
Text Example
Text Example
White with #EE40CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE40CF; }
p { color: rgb(238,64,207); }
H1.HeaderClassName
{
color: #EE40CF;
}
.AnyTagClassName
{
color: #EE40CF;
}
</style>
background-color css
<style>
a { background-color: #EE40CF; }
a { background-color: rgb(238,64,207); }
div.DivClassName
{
background-color: #EE40CF;
}
.BgClassName
{
background-color: #EE40CF;
}
</style>
border-color css
<style>
span { border-color: #EE40CF; }
span { border-color: rgb(238,64,207); }
td.TdClassName
{
border-color: #EE40CF;
}
.TagClassName
{
border-color: #EE40CF;
}
</style>