Shades of Razzmatazz #EA0B55
Tints of Razzmatazz #EA0B55
RGB
CMYK
RGB Variations
Color information
#EA0B55 (or 0xEA0B55) is known color: Razzmatazz. HEX triplet: EA, 0B and 55. RGB value is (234,11,85). Sum of RGB (Red+Green+Blue) = 234+11+85=330 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.91% from 330); Green value is 11 (4.69% from 255 or 3.33% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0B55 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0B55 is #15F4AA. Grayscale: #565656. Windows color (decimal): -1438891 or 5573610. OLE color: 5573610.
HSL color Cylindrical-coordinate representation of color #EA0B55: hue angle of 340.09º 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 #EA0B55 is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 11 | 85 | - |
| CMYK | 0 | 0.95 | 0.64 | 0.08 |
| HSL | 340.09º | 0.91% | 0.48% | - |
| HSV(B) | 340.09º | 0.95% | 0.92% | - |
| XYZ | 35.69 | 18.39 | 10.26 | - |
| YUV | 86.11 | 127.38 | 233.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 11 | 85 | 0 | 0.95 | 0.64 | 0.08 | 340.09 | 0.91 | 0.48 |
| Hex | EA | B | 55 | 0 | 5F | 40 | 8 | 154 | 5B | 30 |
| Octal | 352 | 13 | 125 | 0 | 137 | 100 | 10 | 524 | 133 | 60 |
| Binary | 11101010 | 1011 | 1010101 | 0 | 1011111 | 1000000 | 1000 | 101010100 | 1011011 | 110000 |
Color Harmonies of #EA0B55
Complementary color
Monochromatic Colors of #EA0B55
Black with #EA0B55
Text Example
Text Example
White with #EA0B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0B55; }
p { color: rgb(234,11,85); }
H1.HeaderClassName
{
color: #EA0B55;
}
.AnyTagClassName
{
color: #EA0B55;
}
</style>
background-color css
<style>
a { background-color: #EA0B55; }
a { background-color: rgb(234,11,85); }
div.DivClassName
{
background-color: #EA0B55;
}
.BgClassName
{
background-color: #EA0B55;
}
</style>
border-color css
<style>
span { border-color: #EA0B55; }
span { border-color: rgb(234,11,85); }
td.TdClassName
{
border-color: #EA0B55;
}
.TagClassName
{
border-color: #EA0B55;
}
</style>