Shades of Razzle Dazzle Rose #EE30F2
Tints of Razzle Dazzle Rose #EE30F2
RGB
CMYK
RGB Variations
Color information
#EE30F2 (or 0xEE30F2) is known color: Razzle Dazzle Rose. HEX triplet: EE, 30 and F2. RGB value is (238,48,242). Sum of RGB (Red+Green+Blue) = 238+48+242=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 48 (19.14% from 255 or 9.09% from 528); Blue value is 242 (94.92% from 255 or 45.83% from 528); Max value from RGB is 242 - color contains mainly: blue. Hex color #EE30F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE30F2 is #11CF0D. Grayscale: #7E7E7E. Windows color (decimal): -1167118 or 15872238. OLE color: 15872238.
HSL color Cylindrical-coordinate representation of color #EE30F2: hue angle of 298.76º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE30F2 is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 48 | 242 | - |
| CMYK | 0.02 | 0.80 | 0 | 0.05 |
| HSL | 298.76º | 0.88% | 0.57% | - |
| HSV(B) | 298.76º | 0.8% | 0.95% | - |
| XYZ | 52.34 | 26.7 | 86.4 | - |
| YUV | 126.93 | 192.95 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 48 | 242 | 0.02 | 0.80 | 0 | 0.05 | 298.76 | 0.88 | 0.57 |
| Hex | EE | 30 | F2 | 2 | 50 | 0 | 5 | 12B | 58 | 39 |
| Octal | 356 | 60 | 362 | 2 | 120 | 0 | 5 | 453 | 130 | 71 |
| Binary | 11101110 | 110000 | 11110010 | 10 | 1010000 | 0 | 101 | 100101011 | 1011000 | 111001 |
Color Harmonies of #EE30F2
Complementary color
Monochromatic Colors of #EE30F2
Black with #EE30F2
Text Example
Text Example
White with #EE30F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE30F2; }
p { color: rgb(238,48,242); }
H1.HeaderClassName
{
color: #EE30F2;
}
.AnyTagClassName
{
color: #EE30F2;
}
</style>
background-color css
<style>
a { background-color: #EE30F2; }
a { background-color: rgb(238,48,242); }
div.DivClassName
{
background-color: #EE30F2;
}
.BgClassName
{
background-color: #EE30F2;
}
</style>
border-color css
<style>
span { border-color: #EE30F2; }
span { border-color: rgb(238,48,242); }
td.TdClassName
{
border-color: #EE30F2;
}
.TagClassName
{
border-color: #EE30F2;
}
</style>