Shades of Razzle Dazzle Rose #EE30F4
Tints of Razzle Dazzle Rose #EE30F4
RGB
CMYK
RGB Variations
Color information
#EE30F4 (or 0xEE30F4) is known color: Razzle Dazzle Rose. HEX triplet: EE, 30 and F4. RGB value is (238,48,244). Sum of RGB (Red+Green+Blue) = 238+48+244=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 48 (19.14% from 255 or 9.06% from 530); Blue value is 244 (95.70% from 255 or 46.04% from 530); Max value from RGB is 244 - color contains mainly: blue. Hex color #EE30F4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE30F4 is #11CF0B. Grayscale: #7E7E7E. Windows color (decimal): -1167116 or 16003310. OLE color: 16003310.
HSL color Cylindrical-coordinate representation of color #EE30F4: hue angle of 298.16º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE30F4 is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 48 | 244 | - |
| CMYK | 0.02 | 0.80 | 0 | 0.04 |
| HSL | 298.16º | 0.9% | 0.57% | - |
| HSV(B) | 298.16º | 0.8% | 0.96% | - |
| XYZ | 52.65 | 26.82 | 87.99 | - |
| YUV | 127.15 | 193.95 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 48 | 244 | 0.02 | 0.80 | 0 | 0.04 | 298.16 | 0.9 | 0.57 |
| Hex | EE | 30 | F4 | 2 | 50 | 0 | 4 | 12A | 5A | 39 |
| Octal | 356 | 60 | 364 | 2 | 120 | 0 | 4 | 452 | 132 | 71 |
| Binary | 11101110 | 110000 | 11110100 | 10 | 1010000 | 0 | 100 | 100101010 | 1011010 | 111001 |
Color Harmonies of #EE30F4
Complementary color
Monochromatic Colors of #EE30F4
Black with #EE30F4
Text Example
Text Example
White with #EE30F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE30F4; }
p { color: rgb(238,48,244); }
H1.HeaderClassName
{
color: #EE30F4;
}
.AnyTagClassName
{
color: #EE30F4;
}
</style>
background-color css
<style>
a { background-color: #EE30F4; }
a { background-color: rgb(238,48,244); }
div.DivClassName
{
background-color: #EE30F4;
}
.BgClassName
{
background-color: #EE30F4;
}
</style>
border-color css
<style>
span { border-color: #EE30F4; }
span { border-color: rgb(238,48,244); }
td.TdClassName
{
border-color: #EE30F4;
}
.TagClassName
{
border-color: #EE30F4;
}
</style>