Shades of Razzle Dazzle Rose #EF48C6
Tints of Razzle Dazzle Rose #EF48C6
RGB
CMYK
RGB Variations
Color information
#EF48C6 (or 0xEF48C6) is known color: Razzle Dazzle Rose. HEX triplet: EF, 48 and C6. RGB value is (239,72,198). Sum of RGB (Red+Green+Blue) = 239+72+198=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 72 (28.52% from 255 or 14.15% from 509); Blue value is 198 (77.73% from 255 or 38.90% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EF48C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF48C6 is #10B739. Grayscale: #878787. Windows color (decimal): -1095482 or 12994799. OLE color: 12994799.
HSL color Cylindrical-coordinate representation of color #EF48C6: hue angle of 314.73º 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 #EF48C6 is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 72 | 198 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.06 |
| HSL | 314.73º | 0.84% | 0.61% | - |
| HSV(B) | 314.73º | 0.7% | 0.94% | - |
| XYZ | 48.11 | 27.06 | 56.11 | - |
| YUV | 136.3 | 162.83 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 72 | 198 | 0 | 0.70 | 0.17 | 0.06 | 314.73 | 0.84 | 0.61 |
| Hex | EF | 48 | C6 | 0 | 46 | 11 | 6 | 13B | 54 | 3D |
| Octal | 357 | 110 | 306 | 0 | 106 | 21 | 6 | 473 | 124 | 75 |
| Binary | 11101111 | 1001000 | 11000110 | 0 | 1000110 | 10001 | 110 | 100111011 | 1010100 | 111101 |
Color Harmonies of #EF48C6
Complementary color
Monochromatic Colors of #EF48C6
Black with #EF48C6
Text Example
Text Example
White with #EF48C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF48C6; }
p { color: rgb(239,72,198); }
H1.HeaderClassName
{
color: #EF48C6;
}
.AnyTagClassName
{
color: #EF48C6;
}
</style>
background-color css
<style>
a { background-color: #EF48C6; }
a { background-color: rgb(239,72,198); }
div.DivClassName
{
background-color: #EF48C6;
}
.BgClassName
{
background-color: #EF48C6;
}
</style>
border-color css
<style>
span { border-color: #EF48C6; }
span { border-color: rgb(239,72,198); }
td.TdClassName
{
border-color: #EF48C6;
}
.TagClassName
{
border-color: #EF48C6;
}
</style>