Shades of Razzle Dazzle Rose #EF33EE
Tints of Razzle Dazzle Rose #EF33EE
RGB
CMYK
RGB Variations
Color information
#EF33EE (or 0xEF33EE) is known color: Razzle Dazzle Rose. HEX triplet: EF, 33 and EE. RGB value is (239,51,238). Sum of RGB (Red+Green+Blue) = 239+51+238=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 51 (20.31% from 255 or 9.66% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EF33EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF33EE is #10CC11. Grayscale: #7F7F7F. Windows color (decimal): -1100818 or 15610863. OLE color: 15610863.
HSL color Cylindrical-coordinate representation of color #EF33EE: hue angle of 300.32º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF33EE is Cyan = 0, Magento = 0.79, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 51 | 238 | - |
| CMYK | 0 | 0.79 | 0.00 | 0.06 |
| HSL | 300.32º | 0.85% | 0.57% | - |
| HSV(B) | 300.32º | 0.79% | 0.94% | - |
| XYZ | 52.21 | 26.89 | 83.33 | - |
| YUV | 128.53 | 189.78 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 51 | 238 | 0 | 0.79 | 0.00 | 0.06 | 300.32 | 0.85 | 0.57 |
| Hex | EF | 33 | EE | 0 | 4F | 0 | 6 | 12C | 55 | 39 |
| Octal | 357 | 63 | 356 | 0 | 117 | 0 | 6 | 454 | 125 | 71 |
| Binary | 11101111 | 110011 | 11101110 | 0 | 1001111 | 0 | 110 | 100101100 | 1010101 | 111001 |
Color Harmonies of #EF33EE
Complementary color
Monochromatic Colors of #EF33EE
Black with #EF33EE
Text Example
Text Example
White with #EF33EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF33EE; }
p { color: rgb(239,51,238); }
H1.HeaderClassName
{
color: #EF33EE;
}
.AnyTagClassName
{
color: #EF33EE;
}
</style>
background-color css
<style>
a { background-color: #EF33EE; }
a { background-color: rgb(239,51,238); }
div.DivClassName
{
background-color: #EF33EE;
}
.BgClassName
{
background-color: #EF33EE;
}
</style>
border-color css
<style>
span { border-color: #EF33EE; }
span { border-color: rgb(239,51,238); }
td.TdClassName
{
border-color: #EF33EE;
}
.TagClassName
{
border-color: #EF33EE;
}
</style>