Shades of Razzle Dazzle Rose #EF2BEE
Tints of Razzle Dazzle Rose #EF2BEE
RGB
CMYK
RGB Variations
Color information
#EF2BEE (or 0xEF2BEE) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2B and EE. RGB value is (239,43,238). Sum of RGB (Red+Green+Blue) = 239+43+238=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 43 (17.19% from 255 or 8.27% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2BEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF2BEE is #10D411. Grayscale: #7B7B7B. Windows color (decimal): -1102866 or 15608815. OLE color: 15608815.
HSL color Cylindrical-coordinate representation of color #EF2BEE: hue angle of 300.31º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF2BEE is Cyan = 0, Magento = 0.82, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 43 | 238 | - |
| CMYK | 0 | 0.82 | 0.00 | 0.06 |
| HSL | 300.31º | 0.86% | 0.55% | - |
| HSV(B) | 300.31º | 0.82% | 0.94% | - |
| XYZ | 51.89 | 26.25 | 83.22 | - |
| YUV | 123.83 | 192.43 | 210.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 43 | 238 | 0 | 0.82 | 0.00 | 0.06 | 300.31 | 0.86 | 0.55 |
| Hex | EF | 2B | EE | 0 | 52 | 0 | 6 | 12C | 56 | 37 |
| Octal | 357 | 53 | 356 | 0 | 122 | 0 | 6 | 454 | 126 | 67 |
| Binary | 11101111 | 101011 | 11101110 | 0 | 1010010 | 0 | 110 | 100101100 | 1010110 | 110111 |
Color Harmonies of #EF2BEE
Complementary color
Monochromatic Colors of #EF2BEE
Black with #EF2BEE
Text Example
Text Example
White with #EF2BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2BEE; }
p { color: rgb(239,43,238); }
H1.HeaderClassName
{
color: #EF2BEE;
}
.AnyTagClassName
{
color: #EF2BEE;
}
</style>
background-color css
<style>
a { background-color: #EF2BEE; }
a { background-color: rgb(239,43,238); }
div.DivClassName
{
background-color: #EF2BEE;
}
.BgClassName
{
background-color: #EF2BEE;
}
</style>
border-color css
<style>
span { border-color: #EF2BEE; }
span { border-color: rgb(239,43,238); }
td.TdClassName
{
border-color: #EF2BEE;
}
.TagClassName
{
border-color: #EF2BEE;
}
</style>