Shades of Razzle Dazzle Rose #EF27D4
Tints of Razzle Dazzle Rose #EF27D4
RGB
CMYK
RGB Variations
Color information
#EF27D4 (or 0xEF27D4) is known color: Razzle Dazzle Rose. HEX triplet: EF, 27 and D4. RGB value is (239,39,212). Sum of RGB (Red+Green+Blue) = 239+39+212=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 39 (15.62% from 255 or 7.96% from 490); Blue value is 212 (83.20% from 255 or 43.27% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EF27D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF27D4 is #10D82B. Grayscale: #767676. Windows color (decimal): -1103916 or 13903855. OLE color: 13903855.
HSL color Cylindrical-coordinate representation of color #EF27D4: hue angle of 308.1º 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 #EF27D4 is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 39 | 212 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.06 |
| HSL | 308.1º | 0.86% | 0.55% | - |
| HSV(B) | 308.1º | 0.84% | 0.94% | - |
| XYZ | 48.21 | 24.56 | 64.49 | - |
| YUV | 118.52 | 180.76 | 213.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 39 | 212 | 0 | 0.84 | 0.11 | 0.06 | 308.1 | 0.86 | 0.55 |
| Hex | EF | 27 | D4 | 0 | 54 | B | 6 | 134 | 56 | 37 |
| Octal | 357 | 47 | 324 | 0 | 124 | 13 | 6 | 464 | 126 | 67 |
| Binary | 11101111 | 100111 | 11010100 | 0 | 1010100 | 1011 | 110 | 100110100 | 1010110 | 110111 |
Color Harmonies of #EF27D4
Complementary color
Monochromatic Colors of #EF27D4
Black with #EF27D4
Text Example
Text Example
White with #EF27D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF27D4; }
p { color: rgb(239,39,212); }
H1.HeaderClassName
{
color: #EF27D4;
}
.AnyTagClassName
{
color: #EF27D4;
}
</style>
background-color css
<style>
a { background-color: #EF27D4; }
a { background-color: rgb(239,39,212); }
div.DivClassName
{
background-color: #EF27D4;
}
.BgClassName
{
background-color: #EF27D4;
}
</style>
border-color css
<style>
span { border-color: #EF27D4; }
span { border-color: rgb(239,39,212); }
td.TdClassName
{
border-color: #EF27D4;
}
.TagClassName
{
border-color: #EF27D4;
}
</style>