Shades of Razzmatazz #EA0377
Tints of Razzmatazz #EA0377
RGB
CMYK
RGB Variations
Color information
#EA0377 (or 0xEA0377) is known color: Razzmatazz. HEX triplet: EA, 03 and 77. RGB value is (234,3,119). Sum of RGB (Red+Green+Blue) = 234+3+119=356 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.73% from 356); Green value is 3 (1.56% from 255 or 0.84% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0377 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0377 is #15FC88. Grayscale: #555555. Windows color (decimal): -1440905 or 7799786. OLE color: 7799786.
HSL color Cylindrical-coordinate representation of color #EA0377: hue angle of 329.87º 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 #EA0377 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 3 | 119 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.08 |
| HSL | 329.87º | 0.97% | 0.46% | - |
| HSV(B) | 329.87º | 0.99% | 0.92% | - |
| XYZ | 37.29 | 18.89 | 19.13 | - |
| YUV | 85.29 | 147.03 | 234.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 3 | 119 | 0 | 0.99 | 0.49 | 0.08 | 329.87 | 0.97 | 0.46 |
| Hex | EA | 3 | 77 | 0 | 63 | 31 | 8 | 14A | 61 | 2E |
| Octal | 352 | 3 | 167 | 0 | 143 | 61 | 10 | 512 | 141 | 56 |
| Binary | 11101010 | 11 | 1110111 | 0 | 1100011 | 110001 | 1000 | 101001010 | 1100001 | 101110 |
Color Harmonies of #EA0377
Complementary color
Monochromatic Colors of #EA0377
Black with #EA0377
Text Example
Text Example
White with #EA0377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0377; }
p { color: rgb(234,3,119); }
H1.HeaderClassName
{
color: #EA0377;
}
.AnyTagClassName
{
color: #EA0377;
}
</style>
background-color css
<style>
a { background-color: #EA0377; }
a { background-color: rgb(234,3,119); }
div.DivClassName
{
background-color: #EA0377;
}
.BgClassName
{
background-color: #EA0377;
}
</style>
border-color css
<style>
span { border-color: #EA0377; }
span { border-color: rgb(234,3,119); }
td.TdClassName
{
border-color: #EA0377;
}
.TagClassName
{
border-color: #EA0377;
}
</style>