Shades of Razzmatazz #EA024D
Tints of Razzmatazz #EA024D
RGB
CMYK
RGB Variations
Color information
#EA024D (or 0xEA024D) is known color: Razzmatazz. HEX triplet: EA, 02 and 4D. RGB value is (234,2,77). Sum of RGB (Red+Green+Blue) = 234+2+77=313 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.76% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 234 - color contains mainly: red. Hex color #EA024D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA024D is #15FDB2. Grayscale: #4F4F4F. Windows color (decimal): -1441203 or 5047018. OLE color: 5047018.
HSL color Cylindrical-coordinate representation of color #EA024D: hue angle of 340.6º 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 #EA024D is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 2 | 77 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.08 |
| HSL | 340.6º | 0.98% | 0.46% | - |
| HSV(B) | 340.6º | 0.99% | 0.92% | - |
| XYZ | 35.29 | 18.07 | 8.65 | - |
| YUV | 79.92 | 126.36 | 237.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 2 | 77 | 0 | 0.99 | 0.67 | 0.08 | 340.6 | 0.98 | 0.46 |
| Hex | EA | 2 | 4D | 0 | 63 | 43 | 8 | 155 | 62 | 2E |
| Octal | 352 | 2 | 115 | 0 | 143 | 103 | 10 | 525 | 142 | 56 |
| Binary | 11101010 | 10 | 1001101 | 0 | 1100011 | 1000011 | 1000 | 101010101 | 1100010 | 101110 |
Color Harmonies of #EA024D
Complementary color
Monochromatic Colors of #EA024D
Black with #EA024D
Text Example
Text Example
White with #EA024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA024D; }
p { color: rgb(234,2,77); }
H1.HeaderClassName
{
color: #EA024D;
}
.AnyTagClassName
{
color: #EA024D;
}
</style>
background-color css
<style>
a { background-color: #EA024D; }
a { background-color: rgb(234,2,77); }
div.DivClassName
{
background-color: #EA024D;
}
.BgClassName
{
background-color: #EA024D;
}
</style>
border-color css
<style>
span { border-color: #EA024D; }
span { border-color: rgb(234,2,77); }
td.TdClassName
{
border-color: #EA024D;
}
.TagClassName
{
border-color: #EA024D;
}
</style>