Shades of Razzle Dazzle Rose #EF30EE
Tints of Razzle Dazzle Rose #EF30EE
RGB
CMYK
RGB Variations
Color information
#EF30EE (or 0xEF30EE) is known color: Razzle Dazzle Rose. HEX triplet: EF, 30 and EE. RGB value is (239,48,238). Sum of RGB (Red+Green+Blue) = 239+48+238=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 48 (19.14% from 255 or 9.14% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EF30EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF30EE is #10CF11. Grayscale: #7E7E7E. Windows color (decimal): -1101586 or 15610095. OLE color: 15610095.
HSL color Cylindrical-coordinate representation of color #EF30EE: hue angle of 300.31º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF30EE is Cyan = 0, Magento = 0.80, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 48 | 238 | - |
| CMYK | 0 | 0.80 | 0.00 | 0.06 |
| HSL | 300.31º | 0.86% | 0.56% | - |
| HSV(B) | 300.31º | 0.8% | 0.94% | - |
| XYZ | 52.09 | 26.64 | 83.29 | - |
| YUV | 126.77 | 190.78 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 48 | 238 | 0 | 0.80 | 0.00 | 0.06 | 300.31 | 0.86 | 0.56 |
| Hex | EF | 30 | EE | 0 | 50 | 0 | 6 | 12C | 56 | 38 |
| Octal | 357 | 60 | 356 | 0 | 120 | 0 | 6 | 454 | 126 | 70 |
| Binary | 11101111 | 110000 | 11101110 | 0 | 1010000 | 0 | 110 | 100101100 | 1010110 | 111000 |
Color Harmonies of #EF30EE
Complementary color
Monochromatic Colors of #EF30EE
Black with #EF30EE
Text Example
Text Example
White with #EF30EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF30EE; }
p { color: rgb(239,48,238); }
H1.HeaderClassName
{
color: #EF30EE;
}
.AnyTagClassName
{
color: #EF30EE;
}
</style>
background-color css
<style>
a { background-color: #EF30EE; }
a { background-color: rgb(239,48,238); }
div.DivClassName
{
background-color: #EF30EE;
}
.BgClassName
{
background-color: #EF30EE;
}
</style>
border-color css
<style>
span { border-color: #EF30EE; }
span { border-color: rgb(239,48,238); }
td.TdClassName
{
border-color: #EF30EE;
}
.TagClassName
{
border-color: #EF30EE;
}
</style>