Shades of Razzmatazz #EF0D5A
Tints of Razzmatazz #EF0D5A
RGB
CMYK
RGB Variations
Color information
#EF0D5A (or 0xEF0D5A) is known color: Razzmatazz. HEX triplet: EF, 0D and 5A. RGB value is (239,13,90). Sum of RGB (Red+Green+Blue) = 239+13+90=342 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.88% from 342); Green value is 13 (5.47% from 255 or 3.80% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0D5A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0D5A is #10F2A5. Grayscale: #595959. Windows color (decimal): -1110694 or 5901807. OLE color: 5901807.
HSL color Cylindrical-coordinate representation of color #EF0D5A: hue angle of 339.56º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0D5A is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 13 | 90 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.06 |
| HSL | 339.56º | 0.9% | 0.49% | - |
| HSV(B) | 339.56º | 0.95% | 0.94% | - |
| XYZ | 37.59 | 19.38 | 11.43 | - |
| YUV | 89.35 | 128.37 | 234.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 13 | 90 | 0 | 0.95 | 0.62 | 0.06 | 339.56 | 0.9 | 0.49 |
| Hex | EF | D | 5A | 0 | 5F | 3E | 6 | 154 | 5A | 31 |
| Octal | 357 | 15 | 132 | 0 | 137 | 76 | 6 | 524 | 132 | 61 |
| Binary | 11101111 | 1101 | 1011010 | 0 | 1011111 | 111110 | 110 | 101010100 | 1011010 | 110001 |
Color Harmonies of #EF0D5A
Complementary color
Monochromatic Colors of #EF0D5A
Black with #EF0D5A
Text Example
Text Example
White with #EF0D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0D5A; }
p { color: rgb(239,13,90); }
H1.HeaderClassName
{
color: #EF0D5A;
}
.AnyTagClassName
{
color: #EF0D5A;
}
</style>
background-color css
<style>
a { background-color: #EF0D5A; }
a { background-color: rgb(239,13,90); }
div.DivClassName
{
background-color: #EF0D5A;
}
.BgClassName
{
background-color: #EF0D5A;
}
</style>
border-color css
<style>
span { border-color: #EF0D5A; }
span { border-color: rgb(239,13,90); }
td.TdClassName
{
border-color: #EF0D5A;
}
.TagClassName
{
border-color: #EF0D5A;
}
</style>