Shades of Razzle Dazzle Rose #EE2ACF
Tints of Razzle Dazzle Rose #EE2ACF
RGB
CMYK
RGB Variations
Color information
#EE2ACF (or 0xEE2ACF) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2A and CF. RGB value is (238,42,207). Sum of RGB (Red+Green+Blue) = 238+42+207=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 42 (16.80% from 255 or 8.62% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2ACF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2ACF is #11D530. Grayscale: #767676. Windows color (decimal): -1168689 or 13576942. OLE color: 13576942.
HSL color Cylindrical-coordinate representation of color #EE2ACF: hue angle of 309.49º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EE2ACF is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 42 | 207 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.07 |
| HSL | 309.49º | 0.85% | 0.55% | - |
| HSV(B) | 309.49º | 0.82% | 0.93% | - |
| XYZ | 47.35 | 24.34 | 61.23 | - |
| YUV | 119.41 | 177.43 | 212.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 42 | 207 | 0 | 0.82 | 0.13 | 0.07 | 309.49 | 0.85 | 0.55 |
| Hex | EE | 2A | CF | 0 | 52 | D | 7 | 135 | 55 | 37 |
| Octal | 356 | 52 | 317 | 0 | 122 | 15 | 7 | 465 | 125 | 67 |
| Binary | 11101110 | 101010 | 11001111 | 0 | 1010010 | 1101 | 111 | 100110101 | 1010101 | 110111 |
Color Harmonies of #EE2ACF
Complementary color
Monochromatic Colors of #EE2ACF
Black with #EE2ACF
Text Example
Text Example
White with #EE2ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2ACF; }
p { color: rgb(238,42,207); }
H1.HeaderClassName
{
color: #EE2ACF;
}
.AnyTagClassName
{
color: #EE2ACF;
}
</style>
background-color css
<style>
a { background-color: #EE2ACF; }
a { background-color: rgb(238,42,207); }
div.DivClassName
{
background-color: #EE2ACF;
}
.BgClassName
{
background-color: #EE2ACF;
}
</style>
border-color css
<style>
span { border-color: #EE2ACF; }
span { border-color: rgb(238,42,207); }
td.TdClassName
{
border-color: #EE2ACF;
}
.TagClassName
{
border-color: #EE2ACF;
}
</style>