Shades of Razzle Dazzle Rose #EF22D4
Tints of Razzle Dazzle Rose #EF22D4
RGB
CMYK
RGB Variations
Color information
#EF22D4 (or 0xEF22D4) is known color: Razzle Dazzle Rose. HEX triplet: EF, 22 and D4. RGB value is (239,34,212). Sum of RGB (Red+Green+Blue) = 239+34+212=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 34 (13.67% from 255 or 7.01% from 485); Blue value is 212 (83.20% from 255 or 43.71% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF22D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF22D4 is #10DD2B. Grayscale: #737373. Windows color (decimal): -1105196 or 13902575. OLE color: 13902575.
HSL color Cylindrical-coordinate representation of color #EF22D4: hue angle of 307.9º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF22D4 is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 34 | 212 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.06 |
| HSL | 307.9º | 0.86% | 0.54% | - |
| HSV(B) | 307.9º | 0.86% | 0.94% | - |
| XYZ | 48.05 | 24.25 | 64.44 | - |
| YUV | 115.59 | 182.42 | 216.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 34 | 212 | 0 | 0.86 | 0.11 | 0.06 | 307.9 | 0.86 | 0.54 |
| Hex | EF | 22 | D4 | 0 | 56 | B | 6 | 134 | 56 | 36 |
| Octal | 357 | 42 | 324 | 0 | 126 | 13 | 6 | 464 | 126 | 66 |
| Binary | 11101111 | 100010 | 11010100 | 0 | 1010110 | 1011 | 110 | 100110100 | 1010110 | 110110 |
Color Harmonies of #EF22D4
Complementary color
Monochromatic Colors of #EF22D4
Black with #EF22D4
Text Example
Text Example
White with #EF22D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF22D4; }
p { color: rgb(239,34,212); }
H1.HeaderClassName
{
color: #EF22D4;
}
.AnyTagClassName
{
color: #EF22D4;
}
</style>
background-color css
<style>
a { background-color: #EF22D4; }
a { background-color: rgb(239,34,212); }
div.DivClassName
{
background-color: #EF22D4;
}
.BgClassName
{
background-color: #EF22D4;
}
</style>
border-color css
<style>
span { border-color: #EF22D4; }
span { border-color: rgb(239,34,212); }
td.TdClassName
{
border-color: #EF22D4;
}
.TagClassName
{
border-color: #EF22D4;
}
</style>