Shades of Razzle Dazzle Rose #EE30CF
Tints of Razzle Dazzle Rose #EE30CF
RGB
CMYK
RGB Variations
Color information
#EE30CF (or 0xEE30CF) is known color: Razzle Dazzle Rose. HEX triplet: EE, 30 and CF. RGB value is (238,48,207). Sum of RGB (Red+Green+Blue) = 238+48+207=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 48 (19.14% from 255 or 9.74% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EE30CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE30CF is #11CF30. Grayscale: #7A7A7A. Windows color (decimal): -1167153 or 13578478. OLE color: 13578478.
HSL color Cylindrical-coordinate representation of color #EE30CF: hue angle of 309.79º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE30CF is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 48 | 207 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.07 |
| HSL | 309.79º | 0.85% | 0.56% | - |
| HSV(B) | 309.79º | 0.8% | 0.93% | - |
| XYZ | 47.58 | 24.8 | 61.31 | - |
| YUV | 122.94 | 175.45 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 48 | 207 | 0 | 0.80 | 0.13 | 0.07 | 309.79 | 0.85 | 0.56 |
| Hex | EE | 30 | CF | 0 | 50 | D | 7 | 136 | 55 | 38 |
| Octal | 356 | 60 | 317 | 0 | 120 | 15 | 7 | 466 | 125 | 70 |
| Binary | 11101110 | 110000 | 11001111 | 0 | 1010000 | 1101 | 111 | 100110110 | 1010101 | 111000 |
Color Harmonies of #EE30CF
Complementary color
Monochromatic Colors of #EE30CF
Black with #EE30CF
Text Example
Text Example
White with #EE30CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE30CF; }
p { color: rgb(238,48,207); }
H1.HeaderClassName
{
color: #EE30CF;
}
.AnyTagClassName
{
color: #EE30CF;
}
</style>
background-color css
<style>
a { background-color: #EE30CF; }
a { background-color: rgb(238,48,207); }
div.DivClassName
{
background-color: #EE30CF;
}
.BgClassName
{
background-color: #EE30CF;
}
</style>
border-color css
<style>
span { border-color: #EE30CF; }
span { border-color: rgb(238,48,207); }
td.TdClassName
{
border-color: #EE30CF;
}
.TagClassName
{
border-color: #EE30CF;
}
</style>