Shades of Razzle Dazzle Rose #EF27C5
Tints of Razzle Dazzle Rose #EF27C5
RGB
CMYK
RGB Variations
Color information
#EF27C5 (or 0xEF27C5) is known color: Razzle Dazzle Rose. HEX triplet: EF, 27 and C5. RGB value is (239,39,197). Sum of RGB (Red+Green+Blue) = 239+39+197=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 39 (15.62% from 255 or 8.21% from 475); Blue value is 197 (77.34% from 255 or 41.47% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF27C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF27C5 is #10D83A. Grayscale: #747474. Windows color (decimal): -1103931 or 12920815. OLE color: 12920815.
HSL color Cylindrical-coordinate representation of color #EF27C5: hue angle of 312.6º 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 #EF27C5 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 39 | 197 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.06 |
| HSL | 312.6º | 0.86% | 0.55% | - |
| HSV(B) | 312.6º | 0.84% | 0.94% | - |
| XYZ | 46.4 | 23.83 | 54.98 | - |
| YUV | 116.81 | 173.26 | 215.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 39 | 197 | 0 | 0.84 | 0.18 | 0.06 | 312.6 | 0.86 | 0.55 |
| Hex | EF | 27 | C5 | 0 | 54 | 12 | 6 | 139 | 56 | 37 |
| Octal | 357 | 47 | 305 | 0 | 124 | 22 | 6 | 471 | 126 | 67 |
| Binary | 11101111 | 100111 | 11000101 | 0 | 1010100 | 10010 | 110 | 100111001 | 1010110 | 110111 |
Color Harmonies of #EF27C5
Complementary color
Monochromatic Colors of #EF27C5
Black with #EF27C5
Text Example
Text Example
White with #EF27C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF27C5; }
p { color: rgb(239,39,197); }
H1.HeaderClassName
{
color: #EF27C5;
}
.AnyTagClassName
{
color: #EF27C5;
}
</style>
background-color css
<style>
a { background-color: #EF27C5; }
a { background-color: rgb(239,39,197); }
div.DivClassName
{
background-color: #EF27C5;
}
.BgClassName
{
background-color: #EF27C5;
}
</style>
border-color css
<style>
span { border-color: #EF27C5; }
span { border-color: rgb(239,39,197); }
td.TdClassName
{
border-color: #EF27C5;
}
.TagClassName
{
border-color: #EF27C5;
}
</style>