Shades of Razzle Dazzle Rose #EF2EEB
Tints of Razzle Dazzle Rose #EF2EEB
RGB
CMYK
RGB Variations
Color information
#EF2EEB (or 0xEF2EEB) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2E and EB. RGB value is (239,46,235). Sum of RGB (Red+Green+Blue) = 239+46+235=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 46 (18.36% from 255 or 8.85% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2EEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF2EEB is #10D114. Grayscale: #7C7C7C. Windows color (decimal): -1102101 or 15412975. OLE color: 15412975.
HSL color Cylindrical-coordinate representation of color #EF2EEB: hue angle of 301.24º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF2EEB is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 46 | 235 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.06 |
| HSL | 301.24º | 0.86% | 0.56% | - |
| HSV(B) | 301.24º | 0.81% | 0.94% | - |
| XYZ | 51.57 | 26.3 | 80.96 | - |
| YUV | 125.25 | 189.94 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 46 | 235 | 0 | 0.81 | 0.02 | 0.06 | 301.24 | 0.86 | 0.56 |
| Hex | EF | 2E | EB | 0 | 51 | 2 | 6 | 12D | 56 | 38 |
| Octal | 357 | 56 | 353 | 0 | 121 | 2 | 6 | 455 | 126 | 70 |
| Binary | 11101111 | 101110 | 11101011 | 0 | 1010001 | 10 | 110 | 100101101 | 1010110 | 111000 |
Color Harmonies of #EF2EEB
Complementary color
Monochromatic Colors of #EF2EEB
Black with #EF2EEB
Text Example
Text Example
White with #EF2EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2EEB; }
p { color: rgb(239,46,235); }
H1.HeaderClassName
{
color: #EF2EEB;
}
.AnyTagClassName
{
color: #EF2EEB;
}
</style>
background-color css
<style>
a { background-color: #EF2EEB; }
a { background-color: rgb(239,46,235); }
div.DivClassName
{
background-color: #EF2EEB;
}
.BgClassName
{
background-color: #EF2EEB;
}
</style>
border-color css
<style>
span { border-color: #EF2EEB; }
span { border-color: rgb(239,46,235); }
td.TdClassName
{
border-color: #EF2EEB;
}
.TagClassName
{
border-color: #EF2EEB;
}
</style>