Shades of Razzmatazz #EF0467
Tints of Razzmatazz #EF0467
RGB
CMYK
RGB Variations
Color information
#EF0467 (or 0xEF0467) is known color: Razzmatazz. HEX triplet: EF, 04 and 67. RGB value is (239,4,103). Sum of RGB (Red+Green+Blue) = 239+4+103=346 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.08% from 346); Green value is 4 (1.95% from 255 or 1.16% from 346); Blue value is 103 (40.62% from 255 or 29.77% from 346); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0467 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0467 is #10FB98. Grayscale: #555555. Windows color (decimal): -1112985 or 6751471. OLE color: 6751471.
HSL color Cylindrical-coordinate representation of color #EF0467: hue angle of 334.72º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF0467 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 4 | 103 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.06 |
| HSL | 334.72º | 0.97% | 0.48% | - |
| HSV(B) | 334.72º | 0.98% | 0.94% | - |
| XYZ | 38.09 | 19.42 | 14.57 | - |
| YUV | 85.55 | 137.86 | 237.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 4 | 103 | 0 | 0.98 | 0.57 | 0.06 | 334.72 | 0.97 | 0.48 |
| Hex | EF | 4 | 67 | 0 | 62 | 39 | 6 | 14F | 61 | 30 |
| Octal | 357 | 4 | 147 | 0 | 142 | 71 | 6 | 517 | 141 | 60 |
| Binary | 11101111 | 100 | 1100111 | 0 | 1100010 | 111001 | 110 | 101001111 | 1100001 | 110000 |
Color Harmonies of #EF0467
Complementary color
Monochromatic Colors of #EF0467
Black with #EF0467
Text Example
Text Example
White with #EF0467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0467; }
p { color: rgb(239,4,103); }
H1.HeaderClassName
{
color: #EF0467;
}
.AnyTagClassName
{
color: #EF0467;
}
</style>
background-color css
<style>
a { background-color: #EF0467; }
a { background-color: rgb(239,4,103); }
div.DivClassName
{
background-color: #EF0467;
}
.BgClassName
{
background-color: #EF0467;
}
</style>
border-color css
<style>
span { border-color: #EF0467; }
span { border-color: rgb(239,4,103); }
td.TdClassName
{
border-color: #EF0467;
}
.TagClassName
{
border-color: #EF0467;
}
</style>