Shades of Razzmatazz #EA0355
Tints of Razzmatazz #EA0355
RGB
CMYK
RGB Variations
Color information
#EA0355 (or 0xEA0355) is known color: Razzmatazz. HEX triplet: EA, 03 and 55. RGB value is (234,3,85). Sum of RGB (Red+Green+Blue) = 234+3+85=322 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.67% from 322); Green value is 3 (1.56% from 255 or 0.93% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0355 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0355 is #15FCAA. Grayscale: #515151. Windows color (decimal): -1440939 or 5571562. OLE color: 5571562.
HSL color Cylindrical-coordinate representation of color #EA0355: hue angle of 338.7º 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 #EA0355 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 3 | 85 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.08 |
| HSL | 338.7º | 0.97% | 0.46% | - |
| HSV(B) | 338.7º | 0.99% | 0.92% | - |
| XYZ | 35.6 | 18.21 | 10.23 | - |
| YUV | 81.42 | 130.03 | 236.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 3 | 85 | 0 | 0.99 | 0.64 | 0.08 | 338.7 | 0.97 | 0.46 |
| Hex | EA | 3 | 55 | 0 | 63 | 40 | 8 | 153 | 61 | 2E |
| Octal | 352 | 3 | 125 | 0 | 143 | 100 | 10 | 523 | 141 | 56 |
| Binary | 11101010 | 11 | 1010101 | 0 | 1100011 | 1000000 | 1000 | 101010011 | 1100001 | 101110 |
Color Harmonies of #EA0355
Complementary color
Monochromatic Colors of #EA0355
Black with #EA0355
Text Example
Text Example
White with #EA0355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0355; }
p { color: rgb(234,3,85); }
H1.HeaderClassName
{
color: #EA0355;
}
.AnyTagClassName
{
color: #EA0355;
}
</style>
background-color css
<style>
a { background-color: #EA0355; }
a { background-color: rgb(234,3,85); }
div.DivClassName
{
background-color: #EA0355;
}
.BgClassName
{
background-color: #EA0355;
}
</style>
border-color css
<style>
span { border-color: #EA0355; }
span { border-color: rgb(234,3,85); }
td.TdClassName
{
border-color: #EA0355;
}
.TagClassName
{
border-color: #EA0355;
}
</style>