Shades of Razzle Dazzle Rose #EF4CC0
Tints of Razzle Dazzle Rose #EF4CC0
RGB
CMYK
RGB Variations
Color information
#EF4CC0 (or 0xEF4CC0) is known color: Razzle Dazzle Rose. HEX triplet: EF, 4C and C0. RGB value is (239,76,192). Sum of RGB (Red+Green+Blue) = 239+76+192=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 76 (30.08% from 255 or 14.99% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4CC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF4CC0 is #10B33F. Grayscale: #898989. Windows color (decimal): -1094464 or 12602607. OLE color: 12602607.
HSL color Cylindrical-coordinate representation of color #EF4CC0: hue angle of 317.3º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EF4CC0 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 76 | 192 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.06 |
| HSL | 317.3º | 0.84% | 0.62% | - |
| HSV(B) | 317.3º | 0.68% | 0.94% | - |
| XYZ | 47.7 | 27.33 | 52.63 | - |
| YUV | 137.96 | 158.5 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 76 | 192 | 0 | 0.68 | 0.20 | 0.06 | 317.3 | 0.84 | 0.62 |
| Hex | EF | 4C | C0 | 0 | 44 | 14 | 6 | 13D | 54 | 3E |
| Octal | 357 | 114 | 300 | 0 | 104 | 24 | 6 | 475 | 124 | 76 |
| Binary | 11101111 | 1001100 | 11000000 | 0 | 1000100 | 10100 | 110 | 100111101 | 1010100 | 111110 |
Color Harmonies of #EF4CC0
Complementary color
Monochromatic Colors of #EF4CC0
Black with #EF4CC0
Text Example
Text Example
White with #EF4CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4CC0; }
p { color: rgb(239,76,192); }
H1.HeaderClassName
{
color: #EF4CC0;
}
.AnyTagClassName
{
color: #EF4CC0;
}
</style>
background-color css
<style>
a { background-color: #EF4CC0; }
a { background-color: rgb(239,76,192); }
div.DivClassName
{
background-color: #EF4CC0;
}
.BgClassName
{
background-color: #EF4CC0;
}
</style>
border-color css
<style>
span { border-color: #EF4CC0; }
span { border-color: rgb(239,76,192); }
td.TdClassName
{
border-color: #EF4CC0;
}
.TagClassName
{
border-color: #EF4CC0;
}
</style>