Shades of Razzmatazz #EA0475
Tints of Razzmatazz #EA0475
RGB
CMYK
RGB Variations
Color information
#EA0475 (or 0xEA0475) is known color: Razzmatazz. HEX triplet: EA, 04 and 75. RGB value is (234,4,117). Sum of RGB (Red+Green+Blue) = 234+4+117=355 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.92% from 355); Green value is 4 (1.95% from 255 or 1.13% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0475 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0475 is #15FB8A. Grayscale: #555555. Windows color (decimal): -1440651 or 7668970. OLE color: 7668970.
HSL color Cylindrical-coordinate representation of color #EA0475: hue angle of 330.52º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA0475 is Cyan = 0, Magento = 0.98, Yellow = 0.5 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 4 | 117 | - |
| CMYK | 0 | 0.98 | 0.5 | 0.08 |
| HSL | 330.52º | 0.97% | 0.47% | - |
| HSV(B) | 330.52º | 0.98% | 0.92% | - |
| XYZ | 37.19 | 18.86 | 18.51 | - |
| YUV | 85.65 | 145.7 | 233.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 4 | 117 | 0 | 0.98 | 0.5 | 0.08 | 330.52 | 0.97 | 0.47 |
| Hex | EA | 4 | 75 | 0 | 62 | 32 | 8 | 14B | 61 | 2F |
| Octal | 352 | 4 | 165 | 0 | 142 | 62 | 10 | 513 | 141 | 57 |
| Binary | 11101010 | 100 | 1110101 | 0 | 1100010 | 110010 | 1000 | 101001011 | 1100001 | 101111 |
Color Harmonies of #EA0475
Complementary color
Monochromatic Colors of #EA0475
Black with #EA0475
Text Example
Text Example
White with #EA0475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0475; }
p { color: rgb(234,4,117); }
H1.HeaderClassName
{
color: #EA0475;
}
.AnyTagClassName
{
color: #EA0475;
}
</style>
background-color css
<style>
a { background-color: #EA0475; }
a { background-color: rgb(234,4,117); }
div.DivClassName
{
background-color: #EA0475;
}
.BgClassName
{
background-color: #EA0475;
}
</style>
border-color css
<style>
span { border-color: #EA0475; }
span { border-color: rgb(234,4,117); }
td.TdClassName
{
border-color: #EA0475;
}
.TagClassName
{
border-color: #EA0475;
}
</style>