Shades of Razzle Dazzle Rose #EF27E2
Tints of Razzle Dazzle Rose #EF27E2
RGB
CMYK
RGB Variations
Color information
#EF27E2 (or 0xEF27E2) is known color: Razzle Dazzle Rose. HEX triplet: EF, 27 and E2. RGB value is (239,39,226). Sum of RGB (Red+Green+Blue) = 239+39+226=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 39 (15.62% from 255 or 7.74% from 504); Blue value is 226 (88.67% from 255 or 44.84% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EF27E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF27E2 is #10D81D. Grayscale: #777777. Windows color (decimal): -1103902 or 14821359. OLE color: 14821359.
HSL color Cylindrical-coordinate representation of color #EF27E2: hue angle of 303.9º 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 #EF27E2 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 39 | 226 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.06 |
| HSL | 303.9º | 0.86% | 0.55% | - |
| HSV(B) | 303.9º | 0.84% | 0.94% | - |
| XYZ | 50.05 | 25.29 | 74.2 | - |
| YUV | 120.12 | 187.76 | 212.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 39 | 226 | 0 | 0.84 | 0.05 | 0.06 | 303.9 | 0.86 | 0.55 |
| Hex | EF | 27 | E2 | 0 | 54 | 5 | 6 | 130 | 56 | 37 |
| Octal | 357 | 47 | 342 | 0 | 124 | 5 | 6 | 460 | 126 | 67 |
| Binary | 11101111 | 100111 | 11100010 | 0 | 1010100 | 101 | 110 | 100110000 | 1010110 | 110111 |
Color Harmonies of #EF27E2
Complementary color
Monochromatic Colors of #EF27E2
Black with #EF27E2
Text Example
Text Example
White with #EF27E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF27E2; }
p { color: rgb(239,39,226); }
H1.HeaderClassName
{
color: #EF27E2;
}
.AnyTagClassName
{
color: #EF27E2;
}
</style>
background-color css
<style>
a { background-color: #EF27E2; }
a { background-color: rgb(239,39,226); }
div.DivClassName
{
background-color: #EF27E2;
}
.BgClassName
{
background-color: #EF27E2;
}
</style>
border-color css
<style>
span { border-color: #EF27E2; }
span { border-color: rgb(239,39,226); }
td.TdClassName
{
border-color: #EF27E2;
}
.TagClassName
{
border-color: #EF27E2;
}
</style>