Shades of Razzle Dazzle Rose #EF29E2
Tints of Razzle Dazzle Rose #EF29E2
RGB
CMYK
RGB Variations
Color information
#EF29E2 (or 0xEF29E2) is known color: Razzle Dazzle Rose. HEX triplet: EF, 29 and E2. RGB value is (239,41,226). Sum of RGB (Red+Green+Blue) = 239+41+226=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 41 (16.41% from 255 or 8.10% from 506); Blue value is 226 (88.67% from 255 or 44.66% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EF29E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF29E2 is #10D61D. Grayscale: #787878. Windows color (decimal): -1103390 or 14821871. OLE color: 14821871.
HSL color Cylindrical-coordinate representation of color #EF29E2: hue angle of 303.94º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF29E2 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 41 | 226 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.06 |
| HSL | 303.94º | 0.86% | 0.55% | - |
| HSV(B) | 303.94º | 0.83% | 0.94% | - |
| XYZ | 50.12 | 25.43 | 74.22 | - |
| YUV | 121.29 | 187.1 | 211.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 41 | 226 | 0 | 0.83 | 0.05 | 0.06 | 303.94 | 0.86 | 0.55 |
| Hex | EF | 29 | E2 | 0 | 53 | 5 | 6 | 130 | 56 | 37 |
| Octal | 357 | 51 | 342 | 0 | 123 | 5 | 6 | 460 | 126 | 67 |
| Binary | 11101111 | 101001 | 11100010 | 0 | 1010011 | 101 | 110 | 100110000 | 1010110 | 110111 |
Color Harmonies of #EF29E2
Complementary color
Monochromatic Colors of #EF29E2
Black with #EF29E2
Text Example
Text Example
White with #EF29E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF29E2; }
p { color: rgb(239,41,226); }
H1.HeaderClassName
{
color: #EF29E2;
}
.AnyTagClassName
{
color: #EF29E2;
}
</style>
background-color css
<style>
a { background-color: #EF29E2; }
a { background-color: rgb(239,41,226); }
div.DivClassName
{
background-color: #EF29E2;
}
.BgClassName
{
background-color: #EF29E2;
}
</style>
border-color css
<style>
span { border-color: #EF29E2; }
span { border-color: rgb(239,41,226); }
td.TdClassName
{
border-color: #EF29E2;
}
.TagClassName
{
border-color: #EF29E2;
}
</style>