Shades of Razzmatazz #EA154F
Tints of Razzmatazz #EA154F
RGB
CMYK
RGB Variations
Color information
#EA154F (or 0xEA154F) is known color: Razzmatazz. HEX triplet: EA, 15 and 4F. RGB value is (234,21,79). Sum of RGB (Red+Green+Blue) = 234+21+79=334 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.06% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 234 - color contains mainly: red. Hex color #EA154F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA154F is #15EAB0. Grayscale: #5B5B5B. Windows color (decimal): -1436337 or 5182954. OLE color: 5182954.
HSL color Cylindrical-coordinate representation of color #EA154F: hue angle of 343.66º degrees, saturation: 0.84, 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 #EA154F is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 21 | 79 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.08 |
| HSL | 343.66º | 0.84% | 0.5% | - |
| HSV(B) | 343.66º | 0.91% | 0.92% | - |
| XYZ | 35.61 | 18.59 | 9.11 | - |
| YUV | 91.3 | 121.07 | 229.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 21 | 79 | 0 | 0.91 | 0.66 | 0.08 | 343.66 | 0.84 | 0.5 |
| Hex | EA | 15 | 4F | 0 | 5B | 42 | 8 | 158 | 54 | 32 |
| Octal | 352 | 25 | 117 | 0 | 133 | 102 | 10 | 530 | 124 | 62 |
| Binary | 11101010 | 10101 | 1001111 | 0 | 1011011 | 1000010 | 1000 | 101011000 | 1010100 | 110010 |
Color Harmonies of #EA154F
Complementary color
Monochromatic Colors of #EA154F
Black with #EA154F
Text Example
Text Example
White with #EA154F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA154F; }
p { color: rgb(234,21,79); }
H1.HeaderClassName
{
color: #EA154F;
}
.AnyTagClassName
{
color: #EA154F;
}
</style>
background-color css
<style>
a { background-color: #EA154F; }
a { background-color: rgb(234,21,79); }
div.DivClassName
{
background-color: #EA154F;
}
.BgClassName
{
background-color: #EA154F;
}
</style>
border-color css
<style>
span { border-color: #EA154F; }
span { border-color: rgb(234,21,79); }
td.TdClassName
{
border-color: #EA154F;
}
.TagClassName
{
border-color: #EA154F;
}
</style>