Shades of Razzmatazz #EA024C
Tints of Razzmatazz #EA024C
RGB
CMYK
RGB Variations
Color information
#EA024C (or 0xEA024C) is known color: Razzmatazz. HEX triplet: EA, 02 and 4C. RGB value is (234,2,76). Sum of RGB (Red+Green+Blue) = 234+2+76=312 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 234 - color contains mainly: red. Hex color #EA024C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA024C is #15FDB3. Grayscale: #4F4F4F. Windows color (decimal): -1441204 or 4981482. OLE color: 4981482.
HSL color Cylindrical-coordinate representation of color #EA024C: hue angle of 340.86º 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 #EA024C is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 2 | 76 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.08 |
| HSL | 340.86º | 0.98% | 0.46% | - |
| HSV(B) | 340.86º | 0.99% | 0.92% | - |
| XYZ | 35.26 | 18.06 | 8.46 | - |
| YUV | 79.8 | 125.86 | 237.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 2 | 76 | 0 | 0.99 | 0.68 | 0.08 | 340.86 | 0.98 | 0.46 |
| Hex | EA | 2 | 4C | 0 | 63 | 44 | 8 | 155 | 62 | 2E |
| Octal | 352 | 2 | 114 | 0 | 143 | 104 | 10 | 525 | 142 | 56 |
| Binary | 11101010 | 10 | 1001100 | 0 | 1100011 | 1000100 | 1000 | 101010101 | 1100010 | 101110 |
Color Harmonies of #EA024C
Complementary color
Monochromatic Colors of #EA024C
Black with #EA024C
Text Example
Text Example
White with #EA024C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA024C; }
p { color: rgb(234,2,76); }
H1.HeaderClassName
{
color: #EA024C;
}
.AnyTagClassName
{
color: #EA024C;
}
</style>
background-color css
<style>
a { background-color: #EA024C; }
a { background-color: rgb(234,2,76); }
div.DivClassName
{
background-color: #EA024C;
}
.BgClassName
{
background-color: #EA024C;
}
</style>
border-color css
<style>
span { border-color: #EA024C; }
span { border-color: rgb(234,2,76); }
td.TdClassName
{
border-color: #EA024C;
}
.TagClassName
{
border-color: #EA024C;
}
</style>