Shades of Razzmatazz #EA024A
Tints of Razzmatazz #EA024A
RGB
CMYK
RGB Variations
Color information
#EA024A (or 0xEA024A) is known color: Razzmatazz. HEX triplet: EA, 02 and 4A. RGB value is (234,2,74). Sum of RGB (Red+Green+Blue) = 234+2+74=310 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75.48% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 234 - color contains mainly: red. Hex color #EA024A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA024A is #15FDB5. Grayscale: #4F4F4F. Windows color (decimal): -1441206 or 4850410. OLE color: 4850410.
HSL color Cylindrical-coordinate representation of color #EA024A: hue angle of 341.38º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA024A is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 2 | 74 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.08 |
| HSL | 341.38º | 0.98% | 0.46% | - |
| HSV(B) | 341.38º | 0.99% | 0.92% | - |
| XYZ | 35.19 | 18.03 | 8.1 | - |
| YUV | 79.58 | 124.86 | 238.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 2 | 74 | 0 | 0.99 | 0.68 | 0.08 | 341.38 | 0.98 | 0.46 |
| Hex | EA | 2 | 4A | 0 | 63 | 44 | 8 | 155 | 62 | 2E |
| Octal | 352 | 2 | 112 | 0 | 143 | 104 | 10 | 525 | 142 | 56 |
| Binary | 11101010 | 10 | 1001010 | 0 | 1100011 | 1000100 | 1000 | 101010101 | 1100010 | 101110 |
Color Harmonies of #EA024A
Complementary color
Monochromatic Colors of #EA024A
Black with #EA024A
Text Example
Text Example
White with #EA024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA024A; }
p { color: rgb(234,2,74); }
H1.HeaderClassName
{
color: #EA024A;
}
.AnyTagClassName
{
color: #EA024A;
}
</style>
background-color css
<style>
a { background-color: #EA024A; }
a { background-color: rgb(234,2,74); }
div.DivClassName
{
background-color: #EA024A;
}
.BgClassName
{
background-color: #EA024A;
}
</style>
border-color css
<style>
span { border-color: #EA024A; }
span { border-color: rgb(234,2,74); }
td.TdClassName
{
border-color: #EA024A;
}
.TagClassName
{
border-color: #EA024A;
}
</style>