Shades of Razzmatazz #EA0050
Tints of Razzmatazz #EA0050
RGB
CMYK
RGB Variations
Color information
#EA0050 (or 0xEA0050) is known color: Razzmatazz. HEX triplet: EA, 00 and 50. RGB value is (234,0,80). Sum of RGB (Red+Green+Blue) = 234+0+80=314 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.52% from 314); Green value is 0 (0.39% from 255 or 0% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0050 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0050 is #15FFAF. Grayscale: #4F4F4F. Windows color (decimal): -1441712 or 5243114. OLE color: 5243114.
HSL color Cylindrical-coordinate representation of color #EA0050: hue angle of 339.49º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA0050 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 0 | 80 | - |
| CMYK | 0 | 1 | 0.66 | 0.08 |
| HSL | 339.49º | 1% | 0.46% | - |
| HSV(B) | 339.49º | 1% | 0.92% | - |
| XYZ | 35.38 | 18.07 | 9.21 | - |
| YUV | 79.09 | 128.52 | 238.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 0 | 80 | 0 | 1 | 0.66 | 0.08 | 339.49 | 1 | 0.46 |
| Hex | EA | 0 | 50 | 0 | 64 | 42 | 8 | 153 | 64 | 2E |
| Octal | 352 | 0 | 120 | 0 | 144 | 102 | 10 | 523 | 144 | 56 |
| Binary | 11101010 | 0 | 1010000 | 0 | 1100100 | 1000010 | 1000 | 101010011 | 1100100 | 101110 |
Color Harmonies of #EA0050
Complementary color
Monochromatic Colors of #EA0050
Black with #EA0050
Text Example
Text Example
White with #EA0050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0050; }
p { color: rgb(234,0,80); }
H1.HeaderClassName
{
color: #EA0050;
}
.AnyTagClassName
{
color: #EA0050;
}
</style>
background-color css
<style>
a { background-color: #EA0050; }
a { background-color: rgb(234,0,80); }
div.DivClassName
{
background-color: #EA0050;
}
.BgClassName
{
background-color: #EA0050;
}
</style>
border-color css
<style>
span { border-color: #EA0050; }
span { border-color: rgb(234,0,80); }
td.TdClassName
{
border-color: #EA0050;
}
.TagClassName
{
border-color: #EA0050;
}
</style>