Shades of Razzmatazz #EA154E
Tints of Razzmatazz #EA154E
RGB
CMYK
RGB Variations
Color information
#EA154E (or 0xEA154E) is known color: Razzmatazz. HEX triplet: EA, 15 and 4E. RGB value is (234,21,78). Sum of RGB (Red+Green+Blue) = 234+21+78=333 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.27% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 78 (30.86% from 255 or 23.42% from 333); Max value from RGB is 234 - color contains mainly: red. Hex color #EA154E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA154E is #15EAB1. Grayscale: #5B5B5B. Windows color (decimal): -1436338 or 5117418. OLE color: 5117418.
HSL color Cylindrical-coordinate representation of color #EA154E: hue angle of 343.94º 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 #EA154E is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 21 | 78 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.08 |
| HSL | 343.94º | 0.84% | 0.5% | - |
| HSV(B) | 343.94º | 0.91% | 0.92% | - |
| XYZ | 35.58 | 18.58 | 8.92 | - |
| YUV | 91.19 | 120.57 | 229.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 21 | 78 | 0 | 0.91 | 0.67 | 0.08 | 343.94 | 0.84 | 0.5 |
| Hex | EA | 15 | 4E | 0 | 5B | 43 | 8 | 158 | 54 | 32 |
| Octal | 352 | 25 | 116 | 0 | 133 | 103 | 10 | 530 | 124 | 62 |
| Binary | 11101010 | 10101 | 1001110 | 0 | 1011011 | 1000011 | 1000 | 101011000 | 1010100 | 110010 |
Color Harmonies of #EA154E
Complementary color
Monochromatic Colors of #EA154E
Black with #EA154E
Text Example
Text Example
White with #EA154E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA154E; }
p { color: rgb(234,21,78); }
H1.HeaderClassName
{
color: #EA154E;
}
.AnyTagClassName
{
color: #EA154E;
}
</style>
background-color css
<style>
a { background-color: #EA154E; }
a { background-color: rgb(234,21,78); }
div.DivClassName
{
background-color: #EA154E;
}
.BgClassName
{
background-color: #EA154E;
}
</style>
border-color css
<style>
span { border-color: #EA154E; }
span { border-color: rgb(234,21,78); }
td.TdClassName
{
border-color: #EA154E;
}
.TagClassName
{
border-color: #EA154E;
}
</style>