Shades of Razzle Dazzle Rose #EE30CA
Tints of Razzle Dazzle Rose #EE30CA
RGB
CMYK
RGB Variations
Color information
#EE30CA (or 0xEE30CA) is known color: Razzle Dazzle Rose. HEX triplet: EE, 30 and CA. RGB value is (238,48,202). Sum of RGB (Red+Green+Blue) = 238+48+202=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 48 (19.14% from 255 or 9.84% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EE30CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE30CA is #11CF35. Grayscale: #797979. Windows color (decimal): -1167158 or 13250798. OLE color: 13250798.
HSL color Cylindrical-coordinate representation of color #EE30CA: hue angle of 311.37º 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 #EE30CA is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 48 | 202 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.07 |
| HSL | 311.37º | 0.85% | 0.56% | - |
| HSV(B) | 311.37º | 0.8% | 0.93% | - |
| XYZ | 46.98 | 24.56 | 58.14 | - |
| YUV | 122.37 | 172.95 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 48 | 202 | 0 | 0.80 | 0.15 | 0.07 | 311.37 | 0.85 | 0.56 |
| Hex | EE | 30 | CA | 0 | 50 | F | 7 | 137 | 55 | 38 |
| Octal | 356 | 60 | 312 | 0 | 120 | 17 | 7 | 467 | 125 | 70 |
| Binary | 11101110 | 110000 | 11001010 | 0 | 1010000 | 1111 | 111 | 100110111 | 1010101 | 111000 |
Color Harmonies of #EE30CA
Complementary color
Monochromatic Colors of #EE30CA
Black with #EE30CA
Text Example
Text Example
White with #EE30CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE30CA; }
p { color: rgb(238,48,202); }
H1.HeaderClassName
{
color: #EE30CA;
}
.AnyTagClassName
{
color: #EE30CA;
}
</style>
background-color css
<style>
a { background-color: #EE30CA; }
a { background-color: rgb(238,48,202); }
div.DivClassName
{
background-color: #EE30CA;
}
.BgClassName
{
background-color: #EE30CA;
}
</style>
border-color css
<style>
span { border-color: #EE30CA; }
span { border-color: rgb(238,48,202); }
td.TdClassName
{
border-color: #EE30CA;
}
.TagClassName
{
border-color: #EE30CA;
}
</style>