Shades of Razzle Dazzle Rose #EF48C0
Tints of Razzle Dazzle Rose #EF48C0
RGB
CMYK
RGB Variations
Color information
#EF48C0 (or 0xEF48C0) is known color: Razzle Dazzle Rose. HEX triplet: EF, 48 and C0. RGB value is (239,72,192). Sum of RGB (Red+Green+Blue) = 239+72+192=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 72 (28.52% from 255 or 14.31% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EF48C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF48C0 is #10B73F. Grayscale: #878787. Windows color (decimal): -1095488 or 12601583. OLE color: 12601583.
HSL color Cylindrical-coordinate representation of color #EF48C0: hue angle of 316.89º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EF48C0 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 72 | 192 | - |
| CMYK | 0 | 0.70 | 0.20 | 0.06 |
| HSL | 316.89º | 0.84% | 0.61% | - |
| HSV(B) | 316.89º | 0.7% | 0.94% | - |
| XYZ | 47.43 | 26.79 | 52.54 | - |
| YUV | 135.61 | 159.83 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 72 | 192 | 0 | 0.70 | 0.20 | 0.06 | 316.89 | 0.84 | 0.61 |
| Hex | EF | 48 | C0 | 0 | 46 | 14 | 6 | 13D | 54 | 3D |
| Octal | 357 | 110 | 300 | 0 | 106 | 24 | 6 | 475 | 124 | 75 |
| Binary | 11101111 | 1001000 | 11000000 | 0 | 1000110 | 10100 | 110 | 100111101 | 1010100 | 111101 |
Color Harmonies of #EF48C0
Complementary color
Monochromatic Colors of #EF48C0
Black with #EF48C0
Text Example
Text Example
White with #EF48C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF48C0; }
p { color: rgb(239,72,192); }
H1.HeaderClassName
{
color: #EF48C0;
}
.AnyTagClassName
{
color: #EF48C0;
}
</style>
background-color css
<style>
a { background-color: #EF48C0; }
a { background-color: rgb(239,72,192); }
div.DivClassName
{
background-color: #EF48C0;
}
.BgClassName
{
background-color: #EF48C0;
}
</style>
border-color css
<style>
span { border-color: #EF48C0; }
span { border-color: rgb(239,72,192); }
td.TdClassName
{
border-color: #EF48C0;
}
.TagClassName
{
border-color: #EF48C0;
}
</style>