Shades of Razzle Dazzle Rose #EF41C7
Tints of Razzle Dazzle Rose #EF41C7
RGB
CMYK
RGB Variations
Color information
#EF41C7 (or 0xEF41C7) is known color: Razzle Dazzle Rose. HEX triplet: EF, 41 and C7. RGB value is (239,65,199). Sum of RGB (Red+Green+Blue) = 239+65+199=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 65 (25.78% from 255 or 12.92% from 503); Blue value is 199 (78.12% from 255 or 39.56% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EF41C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF41C7 is #10BE38. Grayscale: #838383. Windows color (decimal): -1097273 or 13058543. OLE color: 13058543.
HSL color Cylindrical-coordinate representation of color #EF41C7: hue angle of 313.79º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF41C7 is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 65 | 199 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.06 |
| HSL | 313.79º | 0.84% | 0.6% | - |
| HSV(B) | 313.79º | 0.73% | 0.94% | - |
| XYZ | 47.8 | 26.25 | 56.58 | - |
| YUV | 132.3 | 165.65 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 65 | 199 | 0 | 0.73 | 0.17 | 0.06 | 313.79 | 0.84 | 0.6 |
| Hex | EF | 41 | C7 | 0 | 49 | 11 | 6 | 13A | 54 | 3C |
| Octal | 357 | 101 | 307 | 0 | 111 | 21 | 6 | 472 | 124 | 74 |
| Binary | 11101111 | 1000001 | 11000111 | 0 | 1001001 | 10001 | 110 | 100111010 | 1010100 | 111100 |
Color Harmonies of #EF41C7
Complementary color
Monochromatic Colors of #EF41C7
Black with #EF41C7
Text Example
Text Example
White with #EF41C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF41C7; }
p { color: rgb(239,65,199); }
H1.HeaderClassName
{
color: #EF41C7;
}
.AnyTagClassName
{
color: #EF41C7;
}
</style>
background-color css
<style>
a { background-color: #EF41C7; }
a { background-color: rgb(239,65,199); }
div.DivClassName
{
background-color: #EF41C7;
}
.BgClassName
{
background-color: #EF41C7;
}
</style>
border-color css
<style>
span { border-color: #EF41C7; }
span { border-color: rgb(239,65,199); }
td.TdClassName
{
border-color: #EF41C7;
}
.TagClassName
{
border-color: #EF41C7;
}
</style>