Shades of Razzle Dazzle Rose #EF28C4
Tints of Razzle Dazzle Rose #EF28C4
RGB
CMYK
RGB Variations
Color information
#EF28C4 (or 0xEF28C4) is known color: Razzle Dazzle Rose. HEX triplet: EF, 28 and C4. RGB value is (239,40,196). Sum of RGB (Red+Green+Blue) = 239+40+196=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 40 (16.02% from 255 or 8.42% from 475); Blue value is 196 (76.95% from 255 or 41.26% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF28C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF28C4 is #10D73B. Grayscale: #747474. Windows color (decimal): -1103676 or 12855535. OLE color: 12855535.
HSL color Cylindrical-coordinate representation of color #EF28C4: hue angle of 312.96º 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 #EF28C4 is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 40 | 196 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.06 |
| HSL | 312.96º | 0.86% | 0.55% | - |
| HSV(B) | 312.96º | 0.83% | 0.94% | - |
| XYZ | 46.32 | 23.85 | 54.39 | - |
| YUV | 117.29 | 172.43 | 214.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 40 | 196 | 0 | 0.83 | 0.18 | 0.06 | 312.96 | 0.86 | 0.55 |
| Hex | EF | 28 | C4 | 0 | 53 | 12 | 6 | 139 | 56 | 37 |
| Octal | 357 | 50 | 304 | 0 | 123 | 22 | 6 | 471 | 126 | 67 |
| Binary | 11101111 | 101000 | 11000100 | 0 | 1010011 | 10010 | 110 | 100111001 | 1010110 | 110111 |
Color Harmonies of #EF28C4
Complementary color
Monochromatic Colors of #EF28C4
Black with #EF28C4
Text Example
Text Example
White with #EF28C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF28C4; }
p { color: rgb(239,40,196); }
H1.HeaderClassName
{
color: #EF28C4;
}
.AnyTagClassName
{
color: #EF28C4;
}
</style>
background-color css
<style>
a { background-color: #EF28C4; }
a { background-color: rgb(239,40,196); }
div.DivClassName
{
background-color: #EF28C4;
}
.BgClassName
{
background-color: #EF28C4;
}
</style>
border-color css
<style>
span { border-color: #EF28C4; }
span { border-color: rgb(239,40,196); }
td.TdClassName
{
border-color: #EF28C4;
}
.TagClassName
{
border-color: #EF28C4;
}
</style>