Shades of Razzle Dazzle Rose #EE27CF
Tints of Razzle Dazzle Rose #EE27CF
RGB
CMYK
RGB Variations
Color information
#EE27CF (or 0xEE27CF) is known color: Razzle Dazzle Rose. HEX triplet: EE, 27 and CF. RGB value is (238,39,207). Sum of RGB (Red+Green+Blue) = 238+39+207=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 39 (15.62% from 255 or 8.06% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EE27CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE27CF is #11D830. Grayscale: #757575. Windows color (decimal): -1169457 or 13576174. OLE color: 13576174.
HSL color Cylindrical-coordinate representation of color #EE27CF: hue angle of 309.35º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE27CF is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 39 | 207 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.07 |
| HSL | 309.35º | 0.85% | 0.54% | - |
| HSV(B) | 309.35º | 0.84% | 0.93% | - |
| XYZ | 47.25 | 24.13 | 61.2 | - |
| YUV | 117.65 | 178.43 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 39 | 207 | 0 | 0.84 | 0.13 | 0.07 | 309.35 | 0.85 | 0.54 |
| Hex | EE | 27 | CF | 0 | 54 | D | 7 | 135 | 55 | 36 |
| Octal | 356 | 47 | 317 | 0 | 124 | 15 | 7 | 465 | 125 | 66 |
| Binary | 11101110 | 100111 | 11001111 | 0 | 1010100 | 1101 | 111 | 100110101 | 1010101 | 110110 |
Color Harmonies of #EE27CF
Complementary color
Monochromatic Colors of #EE27CF
Black with #EE27CF
Text Example
Text Example
White with #EE27CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE27CF; }
p { color: rgb(238,39,207); }
H1.HeaderClassName
{
color: #EE27CF;
}
.AnyTagClassName
{
color: #EE27CF;
}
</style>
background-color css
<style>
a { background-color: #EE27CF; }
a { background-color: rgb(238,39,207); }
div.DivClassName
{
background-color: #EE27CF;
}
.BgClassName
{
background-color: #EE27CF;
}
</style>
border-color css
<style>
span { border-color: #EE27CF; }
span { border-color: rgb(238,39,207); }
td.TdClassName
{
border-color: #EE27CF;
}
.TagClassName
{
border-color: #EE27CF;
}
</style>