Shades of Razzmatazz #EA115A
Tints of Razzmatazz #EA115A
RGB
CMYK
RGB Variations
Color information
#EA115A (or 0xEA115A) is known color: Razzmatazz. HEX triplet: EA, 11 and 5A. RGB value is (234,17,90). Sum of RGB (Red+Green+Blue) = 234+17+90=341 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.62% from 341); Green value is 17 (7.03% from 255 or 4.99% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 234 - color contains mainly: red. Hex color #EA115A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA115A is #15EEA5. Grayscale: #5A5A5A. Windows color (decimal): -1437350 or 5902826. OLE color: 5902826.
HSL color Cylindrical-coordinate representation of color #EA115A: hue angle of 339.82º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA115A is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 17 | 90 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.08 |
| HSL | 339.82º | 0.86% | 0.49% | - |
| HSV(B) | 339.82º | 0.93% | 0.92% | - |
| XYZ | 35.98 | 18.63 | 11.37 | - |
| YUV | 90.21 | 127.89 | 230.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 17 | 90 | 0 | 0.93 | 0.62 | 0.08 | 339.82 | 0.86 | 0.49 |
| Hex | EA | 11 | 5A | 0 | 5D | 3E | 8 | 154 | 56 | 31 |
| Octal | 352 | 21 | 132 | 0 | 135 | 76 | 10 | 524 | 126 | 61 |
| Binary | 11101010 | 10001 | 1011010 | 0 | 1011101 | 111110 | 1000 | 101010100 | 1010110 | 110001 |
Color Harmonies of #EA115A
Complementary color
Monochromatic Colors of #EA115A
Black with #EA115A
Text Example
Text Example
White with #EA115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA115A; }
p { color: rgb(234,17,90); }
H1.HeaderClassName
{
color: #EA115A;
}
.AnyTagClassName
{
color: #EA115A;
}
</style>
background-color css
<style>
a { background-color: #EA115A; }
a { background-color: rgb(234,17,90); }
div.DivClassName
{
background-color: #EA115A;
}
.BgClassName
{
background-color: #EA115A;
}
</style>
border-color css
<style>
span { border-color: #EA115A; }
span { border-color: rgb(234,17,90); }
td.TdClassName
{
border-color: #EA115A;
}
.TagClassName
{
border-color: #EA115A;
}
</style>