Shades of Razzmatazz #EA0B50
Tints of Razzmatazz #EA0B50
RGB
CMYK
RGB Variations
Color information
#EA0B50 (or 0xEA0B50) is known color: Razzmatazz. HEX triplet: EA, 0B and 50. RGB value is (234,11,80). Sum of RGB (Red+Green+Blue) = 234+11+80=325 (43% of max value = 765). Red value is 234 (91.80% from 255 or 72% from 325); Green value is 11 (4.69% from 255 or 3.38% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0B50 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0B50 is #15F4AF. Grayscale: #555555. Windows color (decimal): -1438896 or 5245930. OLE color: 5245930.
HSL color Cylindrical-coordinate representation of color #EA0B50: hue angle of 341.43º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA0B50 is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 11 | 80 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.08 |
| HSL | 341.44º | 0.91% | 0.48% | - |
| HSV(B) | 341.44º | 0.95% | 0.92% | - |
| XYZ | 35.5 | 18.31 | 9.25 | - |
| YUV | 85.54 | 124.88 | 233.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 11 | 80 | 0 | 0.95 | 0.66 | 0.08 | 341.44 | 0.91 | 0.48 |
| Hex | EA | B | 50 | 0 | 5F | 42 | 8 | 155 | 5B | 30 |
| Octal | 352 | 13 | 120 | 0 | 137 | 102 | 10 | 525 | 133 | 60 |
| Binary | 11101010 | 1011 | 1010000 | 0 | 1011111 | 1000010 | 1000 | 101010101 | 1011011 | 110000 |
Color Harmonies of #EA0B50
Complementary color
Monochromatic Colors of #EA0B50
Black with #EA0B50
Text Example
Text Example
White with #EA0B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0B50; }
p { color: rgb(234,11,80); }
H1.HeaderClassName
{
color: #EA0B50;
}
.AnyTagClassName
{
color: #EA0B50;
}
</style>
background-color css
<style>
a { background-color: #EA0B50; }
a { background-color: rgb(234,11,80); }
div.DivClassName
{
background-color: #EA0B50;
}
.BgClassName
{
background-color: #EA0B50;
}
</style>
border-color css
<style>
span { border-color: #EA0B50; }
span { border-color: rgb(234,11,80); }
td.TdClassName
{
border-color: #EA0B50;
}
.TagClassName
{
border-color: #EA0B50;
}
</style>