Shades of Razzle Dazzle Rose #EE30CC
Tints of Razzle Dazzle Rose #EE30CC
RGB
CMYK
RGB Variations
Color information
#EE30CC (or 0xEE30CC) is known color: Razzle Dazzle Rose. HEX triplet: EE, 30 and CC. RGB value is (238,48,204). Sum of RGB (Red+Green+Blue) = 238+48+204=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 48 (19.14% from 255 or 9.80% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EE30CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE30CC is #11CF33. Grayscale: #7A7A7A. Windows color (decimal): -1167156 or 13381870. OLE color: 13381870.
HSL color Cylindrical-coordinate representation of color #EE30CC: hue angle of 310.74º 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 #EE30CC is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 48 | 204 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.07 |
| HSL | 310.74º | 0.85% | 0.56% | - |
| HSV(B) | 310.74º | 0.8% | 0.93% | - |
| XYZ | 47.22 | 24.65 | 59.4 | - |
| YUV | 122.59 | 173.95 | 210.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 48 | 204 | 0 | 0.80 | 0.14 | 0.07 | 310.74 | 0.85 | 0.56 |
| Hex | EE | 30 | CC | 0 | 50 | E | 7 | 137 | 55 | 38 |
| Octal | 356 | 60 | 314 | 0 | 120 | 16 | 7 | 467 | 125 | 70 |
| Binary | 11101110 | 110000 | 11001100 | 0 | 1010000 | 1110 | 111 | 100110111 | 1010101 | 111000 |
Color Harmonies of #EE30CC
Complementary color
Monochromatic Colors of #EE30CC
Black with #EE30CC
Text Example
Text Example
White with #EE30CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE30CC; }
p { color: rgb(238,48,204); }
H1.HeaderClassName
{
color: #EE30CC;
}
.AnyTagClassName
{
color: #EE30CC;
}
</style>
background-color css
<style>
a { background-color: #EE30CC; }
a { background-color: rgb(238,48,204); }
div.DivClassName
{
background-color: #EE30CC;
}
.BgClassName
{
background-color: #EE30CC;
}
</style>
border-color css
<style>
span { border-color: #EE30CC; }
span { border-color: rgb(238,48,204); }
td.TdClassName
{
border-color: #EE30CC;
}
.TagClassName
{
border-color: #EE30CC;
}
</style>