Shades of Razzmatazz #EA164F
Tints of Razzmatazz #EA164F
RGB
CMYK
RGB Variations
Color information
#EA164F (or 0xEA164F) is known color: Razzmatazz. HEX triplet: EA, 16 and 4F. RGB value is (234,22,79). Sum of RGB (Red+Green+Blue) = 234+22+79=335 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.85% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 79 (31.25% from 255 or 23.58% from 335); Max value from RGB is 234 - color contains mainly: red. Hex color #EA164F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA164F is #15E9B0. Grayscale: #5B5B5B. Windows color (decimal): -1436081 or 5183210. OLE color: 5183210.
HSL color Cylindrical-coordinate representation of color #EA164F: hue angle of 343.87º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA164F is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 22 | 79 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.08 |
| HSL | 343.87º | 0.83% | 0.5% | - |
| HSV(B) | 343.87º | 0.91% | 0.92% | - |
| XYZ | 35.63 | 18.63 | 9.12 | - |
| YUV | 91.89 | 120.74 | 229.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 22 | 79 | 0 | 0.91 | 0.66 | 0.08 | 343.87 | 0.83 | 0.5 |
| Hex | EA | 16 | 4F | 0 | 5B | 42 | 8 | 158 | 53 | 32 |
| Octal | 352 | 26 | 117 | 0 | 133 | 102 | 10 | 530 | 123 | 62 |
| Binary | 11101010 | 10110 | 1001111 | 0 | 1011011 | 1000010 | 1000 | 101011000 | 1010011 | 110010 |
Color Harmonies of #EA164F
Complementary color
Monochromatic Colors of #EA164F
Black with #EA164F
Text Example
Text Example
White with #EA164F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA164F; }
p { color: rgb(234,22,79); }
H1.HeaderClassName
{
color: #EA164F;
}
.AnyTagClassName
{
color: #EA164F;
}
</style>
background-color css
<style>
a { background-color: #EA164F; }
a { background-color: rgb(234,22,79); }
div.DivClassName
{
background-color: #EA164F;
}
.BgClassName
{
background-color: #EA164F;
}
</style>
border-color css
<style>
span { border-color: #EA164F; }
span { border-color: rgb(234,22,79); }
td.TdClassName
{
border-color: #EA164F;
}
.TagClassName
{
border-color: #EA164F;
}
</style>