Shades of Razzmatazz #EA0350
Tints of Razzmatazz #EA0350
RGB
CMYK
RGB Variations
Color information
#EA0350 (or 0xEA0350) is known color: Razzmatazz. HEX triplet: EA, 03 and 50. RGB value is (234,3,80). Sum of RGB (Red+Green+Blue) = 234+3+80=317 (41% of max value = 765). Red value is 234 (91.80% from 255 or 73.82% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0350 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0350 is #15FCAF. Grayscale: #505050. Windows color (decimal): -1440944 or 5243882. OLE color: 5243882.
HSL color Cylindrical-coordinate representation of color #EA0350: hue angle of 340º degrees, saturation: 0.97, 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 #EA0350 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 3 | 80 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.08 |
| HSL | 340º | 0.97% | 0.46% | - |
| HSV(B) | 340º | 0.99% | 0.92% | - |
| XYZ | 35.41 | 18.14 | 9.22 | - |
| YUV | 80.85 | 127.53 | 237.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 3 | 80 | 0 | 0.99 | 0.66 | 0.08 | 340 | 0.97 | 0.46 |
| Hex | EA | 3 | 50 | 0 | 63 | 42 | 8 | 154 | 61 | 2E |
| Octal | 352 | 3 | 120 | 0 | 143 | 102 | 10 | 524 | 141 | 56 |
| Binary | 11101010 | 11 | 1010000 | 0 | 1100011 | 1000010 | 1000 | 101010100 | 1100001 | 101110 |
Color Harmonies of #EA0350
Complementary color
Monochromatic Colors of #EA0350
Black with #EA0350
Text Example
Text Example
White with #EA0350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0350; }
p { color: rgb(234,3,80); }
H1.HeaderClassName
{
color: #EA0350;
}
.AnyTagClassName
{
color: #EA0350;
}
</style>
background-color css
<style>
a { background-color: #EA0350; }
a { background-color: rgb(234,3,80); }
div.DivClassName
{
background-color: #EA0350;
}
.BgClassName
{
background-color: #EA0350;
}
</style>
border-color css
<style>
span { border-color: #EA0350; }
span { border-color: rgb(234,3,80); }
td.TdClassName
{
border-color: #EA0350;
}
.TagClassName
{
border-color: #EA0350;
}
</style>