Shades of Razzmatazz #EA014F
Tints of Razzmatazz #EA014F
RGB
CMYK
RGB Variations
Color information
#EA014F (or 0xEA014F) is known color: Razzmatazz. HEX triplet: EA, 01 and 4F. RGB value is (234,1,79). Sum of RGB (Red+Green+Blue) = 234+1+79=314 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.52% from 314); Green value is 1 (0.78% from 255 or 0.32% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 234 - color contains mainly: red. Hex color #EA014F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA014F is #15FEB0. Grayscale: #4F4F4F. Windows color (decimal): -1441457 or 5177834. OLE color: 5177834.
HSL color Cylindrical-coordinate representation of color #EA014F: hue angle of 339.91º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA014F is Cyan = 0, Magento = 1.00, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 1 | 79 | - |
| CMYK | 0 | 1.00 | 0.66 | 0.08 |
| HSL | 339.91º | 0.99% | 0.46% | - |
| HSV(B) | 339.91º | 1% | 0.92% | - |
| XYZ | 35.35 | 18.08 | 9.02 | - |
| YUV | 79.56 | 127.69 | 238.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 1 | 79 | 0 | 1.00 | 0.66 | 0.08 | 339.91 | 0.99 | 0.46 |
| Hex | EA | 1 | 4F | 0 | 64 | 42 | 8 | 154 | 63 | 2E |
| Octal | 352 | 1 | 117 | 0 | 144 | 102 | 10 | 524 | 143 | 56 |
| Binary | 11101010 | 1 | 1001111 | 0 | 1100100 | 1000010 | 1000 | 101010100 | 1100011 | 101110 |
Color Harmonies of #EA014F
Complementary color
Monochromatic Colors of #EA014F
Black with #EA014F
Text Example
Text Example
White with #EA014F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA014F; }
p { color: rgb(234,1,79); }
H1.HeaderClassName
{
color: #EA014F;
}
.AnyTagClassName
{
color: #EA014F;
}
</style>
background-color css
<style>
a { background-color: #EA014F; }
a { background-color: rgb(234,1,79); }
div.DivClassName
{
background-color: #EA014F;
}
.BgClassName
{
background-color: #EA014F;
}
</style>
border-color css
<style>
span { border-color: #EA014F; }
span { border-color: rgb(234,1,79); }
td.TdClassName
{
border-color: #EA014F;
}
.TagClassName
{
border-color: #EA014F;
}
</style>