Shades of Razzmatazz #EA024E
Tints of Razzmatazz #EA024E
RGB
CMYK
RGB Variations
Color information
#EA024E (or 0xEA024E) is known color: Razzmatazz. HEX triplet: EA, 02 and 4E. RGB value is (234,2,78). Sum of RGB (Red+Green+Blue) = 234+2+78=314 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.52% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 234 - color contains mainly: red. Hex color #EA024E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA024E is #15FDB1. Grayscale: #4F4F4F. Windows color (decimal): -1441202 or 5112554. OLE color: 5112554.
HSL color Cylindrical-coordinate representation of color #EA024E: hue angle of 340.34º 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 #EA024E is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 2 | 78 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.08 |
| HSL | 340.34º | 0.98% | 0.46% | - |
| HSV(B) | 340.34º | 0.99% | 0.92% | - |
| XYZ | 35.33 | 18.09 | 8.84 | - |
| YUV | 80.03 | 126.86 | 237.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 2 | 78 | 0 | 0.99 | 0.67 | 0.08 | 340.34 | 0.98 | 0.46 |
| Hex | EA | 2 | 4E | 0 | 63 | 43 | 8 | 154 | 62 | 2E |
| Octal | 352 | 2 | 116 | 0 | 143 | 103 | 10 | 524 | 142 | 56 |
| Binary | 11101010 | 10 | 1001110 | 0 | 1100011 | 1000011 | 1000 | 101010100 | 1100010 | 101110 |
Color Harmonies of #EA024E
Complementary color
Monochromatic Colors of #EA024E
Black with #EA024E
Text Example
Text Example
White with #EA024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA024E; }
p { color: rgb(234,2,78); }
H1.HeaderClassName
{
color: #EA024E;
}
.AnyTagClassName
{
color: #EA024E;
}
</style>
background-color css
<style>
a { background-color: #EA024E; }
a { background-color: rgb(234,2,78); }
div.DivClassName
{
background-color: #EA024E;
}
.BgClassName
{
background-color: #EA024E;
}
</style>
border-color css
<style>
span { border-color: #EA024E; }
span { border-color: rgb(234,2,78); }
td.TdClassName
{
border-color: #EA024E;
}
.TagClassName
{
border-color: #EA024E;
}
</style>