Shades of Razzle Dazzle Rose #EF40C5
Tints of Razzle Dazzle Rose #EF40C5
RGB
CMYK
RGB Variations
Color information
#EF40C5 (or 0xEF40C5) is known color: Razzle Dazzle Rose. HEX triplet: EF, 40 and C5. RGB value is (239,64,197). Sum of RGB (Red+Green+Blue) = 239+64+197=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 64 (25.39% from 255 or 12.8% from 500); Blue value is 197 (77.34% from 255 or 39.4% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EF40C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF40C5 is #10BF3A. Grayscale: #838383. Windows color (decimal): -1097531 or 12927215. OLE color: 12927215.
HSL color Cylindrical-coordinate representation of color #EF40C5: hue angle of 314.4º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF40C5 is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 64 | 197 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.06 |
| HSL | 314.4º | 0.85% | 0.59% | - |
| HSV(B) | 314.4º | 0.73% | 0.94% | - |
| XYZ | 47.51 | 26.05 | 55.35 | - |
| YUV | 131.49 | 164.98 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 64 | 197 | 0 | 0.73 | 0.18 | 0.06 | 314.4 | 0.85 | 0.59 |
| Hex | EF | 40 | C5 | 0 | 49 | 12 | 6 | 13A | 55 | 3B |
| Octal | 357 | 100 | 305 | 0 | 111 | 22 | 6 | 472 | 125 | 73 |
| Binary | 11101111 | 1000000 | 11000101 | 0 | 1001001 | 10010 | 110 | 100111010 | 1010101 | 111011 |
Color Harmonies of #EF40C5
Complementary color
Monochromatic Colors of #EF40C5
Black with #EF40C5
Text Example
Text Example
White with #EF40C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF40C5; }
p { color: rgb(239,64,197); }
H1.HeaderClassName
{
color: #EF40C5;
}
.AnyTagClassName
{
color: #EF40C5;
}
</style>
background-color css
<style>
a { background-color: #EF40C5; }
a { background-color: rgb(239,64,197); }
div.DivClassName
{
background-color: #EF40C5;
}
.BgClassName
{
background-color: #EF40C5;
}
</style>
border-color css
<style>
span { border-color: #EF40C5; }
span { border-color: rgb(239,64,197); }
td.TdClassName
{
border-color: #EF40C5;
}
.TagClassName
{
border-color: #EF40C5;
}
</style>