Shades of Razzle Dazzle Rose #EF28C9
Tints of Razzle Dazzle Rose #EF28C9
RGB
CMYK
RGB Variations
Color information
#EF28C9 (or 0xEF28C9) is known color: Razzle Dazzle Rose. HEX triplet: EF, 28 and C9. RGB value is (239,40,201). Sum of RGB (Red+Green+Blue) = 239+40+201=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 40 (16.02% from 255 or 8.33% from 480); Blue value is 201 (78.91% from 255 or 41.88% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EF28C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF28C9 is #10D736. Grayscale: #757575. Windows color (decimal): -1103671 or 13183215. OLE color: 13183215.
HSL color Cylindrical-coordinate representation of color #EF28C9: hue angle of 311.46º 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 #EF28C9 is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 40 | 201 | - |
| CMYK | 0 | 0.83 | 0.16 | 0.06 |
| HSL | 311.46º | 0.86% | 0.55% | - |
| HSV(B) | 311.46º | 0.83% | 0.94% | - |
| XYZ | 46.9 | 24.09 | 57.44 | - |
| YUV | 117.86 | 174.93 | 214.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 40 | 201 | 0 | 0.83 | 0.16 | 0.06 | 311.46 | 0.86 | 0.55 |
| Hex | EF | 28 | C9 | 0 | 53 | 10 | 6 | 137 | 56 | 37 |
| Octal | 357 | 50 | 311 | 0 | 123 | 20 | 6 | 467 | 126 | 67 |
| Binary | 11101111 | 101000 | 11001001 | 0 | 1010011 | 10000 | 110 | 100110111 | 1010110 | 110111 |
Color Harmonies of #EF28C9
Complementary color
Monochromatic Colors of #EF28C9
Black with #EF28C9
Text Example
Text Example
White with #EF28C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF28C9; }
p { color: rgb(239,40,201); }
H1.HeaderClassName
{
color: #EF28C9;
}
.AnyTagClassName
{
color: #EF28C9;
}
</style>
background-color css
<style>
a { background-color: #EF28C9; }
a { background-color: rgb(239,40,201); }
div.DivClassName
{
background-color: #EF28C9;
}
.BgClassName
{
background-color: #EF28C9;
}
</style>
border-color css
<style>
span { border-color: #EF28C9; }
span { border-color: rgb(239,40,201); }
td.TdClassName
{
border-color: #EF28C9;
}
.TagClassName
{
border-color: #EF28C9;
}
</style>