Shades of Razzle Dazzle Rose #EF27EA
Tints of Razzle Dazzle Rose #EF27EA
RGB
CMYK
RGB Variations
Color information
#EF27EA (or 0xEF27EA) is known color: Razzle Dazzle Rose. HEX triplet: EF, 27 and EA. RGB value is (239,39,234). Sum of RGB (Red+Green+Blue) = 239+39+234=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 39 (15.62% from 255 or 7.62% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EF27EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF27EA is #10D815. Grayscale: #787878. Windows color (decimal): -1103894 or 15345647. OLE color: 15345647.
HSL color Cylindrical-coordinate representation of color #EF27EA: hue angle of 301.5º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF27EA is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 39 | 234 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.06 |
| HSL | 301.5º | 0.86% | 0.55% | - |
| HSV(B) | 301.5º | 0.84% | 0.94% | - |
| XYZ | 51.17 | 25.74 | 80.11 | - |
| YUV | 121.03 | 191.76 | 212.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 39 | 234 | 0 | 0.84 | 0.02 | 0.06 | 301.5 | 0.86 | 0.55 |
| Hex | EF | 27 | EA | 0 | 54 | 2 | 6 | 12E | 56 | 37 |
| Octal | 357 | 47 | 352 | 0 | 124 | 2 | 6 | 456 | 126 | 67 |
| Binary | 11101111 | 100111 | 11101010 | 0 | 1010100 | 10 | 110 | 100101110 | 1010110 | 110111 |
Color Harmonies of #EF27EA
Complementary color
Monochromatic Colors of #EF27EA
Black with #EF27EA
Text Example
Text Example
White with #EF27EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF27EA; }
p { color: rgb(239,39,234); }
H1.HeaderClassName
{
color: #EF27EA;
}
.AnyTagClassName
{
color: #EF27EA;
}
</style>
background-color css
<style>
a { background-color: #EF27EA; }
a { background-color: rgb(239,39,234); }
div.DivClassName
{
background-color: #EF27EA;
}
.BgClassName
{
background-color: #EF27EA;
}
</style>
border-color css
<style>
span { border-color: #EF27EA; }
span { border-color: rgb(239,39,234); }
td.TdClassName
{
border-color: #EF27EA;
}
.TagClassName
{
border-color: #EF27EA;
}
</style>