Shades of Razzmatazz #EF1852
Tints of Razzmatazz #EF1852
RGB
CMYK
RGB Variations
Color information
#EF1852 (or 0xEF1852) is known color: Razzmatazz. HEX triplet: EF, 18 and 52. RGB value is (239,24,82). Sum of RGB (Red+Green+Blue) = 239+24+82=345 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.28% from 345); Green value is 24 (9.77% from 255 or 6.96% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1852 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1852 is #10E7AD. Grayscale: #5E5E5E. Windows color (decimal): -1107886 or 5380335. OLE color: 5380335.
HSL color Cylindrical-coordinate representation of color #EF1852: hue angle of 343.81º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF1852 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 82 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.06 |
| HSL | 343.81º | 0.87% | 0.52% | - |
| HSV(B) | 343.81º | 0.9% | 0.94% | - |
| XYZ | 37.45 | 19.61 | 9.79 | - |
| YUV | 94.9 | 120.73 | 230.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 82 | 0 | 0.90 | 0.66 | 0.06 | 343.81 | 0.87 | 0.52 |
| Hex | EF | 18 | 52 | 0 | 5A | 42 | 6 | 158 | 57 | 34 |
| Octal | 357 | 30 | 122 | 0 | 132 | 102 | 6 | 530 | 127 | 64 |
| Binary | 11101111 | 11000 | 1010010 | 0 | 1011010 | 1000010 | 110 | 101011000 | 1010111 | 110100 |
Color Harmonies of #EF1852
Complementary color
Monochromatic Colors of #EF1852
Black with #EF1852
Text Example
Text Example
White with #EF1852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1852; }
p { color: rgb(239,24,82); }
H1.HeaderClassName
{
color: #EF1852;
}
.AnyTagClassName
{
color: #EF1852;
}
</style>
background-color css
<style>
a { background-color: #EF1852; }
a { background-color: rgb(239,24,82); }
div.DivClassName
{
background-color: #EF1852;
}
.BgClassName
{
background-color: #EF1852;
}
</style>
border-color css
<style>
span { border-color: #EF1852; }
span { border-color: rgb(239,24,82); }
td.TdClassName
{
border-color: #EF1852;
}
.TagClassName
{
border-color: #EF1852;
}
</style>