Shades of Razzmatazz #EA0F4C
Tints of Razzmatazz #EA0F4C
RGB
CMYK
RGB Variations
Color information
#EA0F4C (or 0xEA0F4C) is known color: Razzmatazz. HEX triplet: EA, 0F and 4C. RGB value is (234,15,76). Sum of RGB (Red+Green+Blue) = 234+15+76=325 (43% of max value = 765). Red value is 234 (91.80% from 255 or 72% from 325); Green value is 15 (6.25% from 255 or 4.62% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0F4C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0F4C is #15F0B3. Grayscale: #575757. Windows color (decimal): -1437876 or 4984810. OLE color: 4984810.
HSL color Cylindrical-coordinate representation of color #EA0F4C: hue angle of 343.29º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA0F4C is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 15 | 76 | - |
| CMYK | 0 | 0.94 | 0.68 | 0.08 |
| HSL | 343.29º | 0.88% | 0.49% | - |
| HSV(B) | 343.29º | 0.94% | 0.92% | - |
| XYZ | 35.41 | 18.36 | 8.51 | - |
| YUV | 87.44 | 121.55 | 232.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 15 | 76 | 0 | 0.94 | 0.68 | 0.08 | 343.29 | 0.88 | 0.49 |
| Hex | EA | F | 4C | 0 | 5E | 44 | 8 | 157 | 58 | 31 |
| Octal | 352 | 17 | 114 | 0 | 136 | 104 | 10 | 527 | 130 | 61 |
| Binary | 11101010 | 1111 | 1001100 | 0 | 1011110 | 1000100 | 1000 | 101010111 | 1011000 | 110001 |
Color Harmonies of #EA0F4C
Complementary color
Monochromatic Colors of #EA0F4C
Black with #EA0F4C
Text Example
Text Example
White with #EA0F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0F4C; }
p { color: rgb(234,15,76); }
H1.HeaderClassName
{
color: #EA0F4C;
}
.AnyTagClassName
{
color: #EA0F4C;
}
</style>
background-color css
<style>
a { background-color: #EA0F4C; }
a { background-color: rgb(234,15,76); }
div.DivClassName
{
background-color: #EA0F4C;
}
.BgClassName
{
background-color: #EA0F4C;
}
</style>
border-color css
<style>
span { border-color: #EA0F4C; }
span { border-color: rgb(234,15,76); }
td.TdClassName
{
border-color: #EA0F4C;
}
.TagClassName
{
border-color: #EA0F4C;
}
</style>