Shades of Razzmatazz #EA005B
Tints of Razzmatazz #EA005B
RGB
CMYK
RGB Variations
Color information
#EA005B (or 0xEA005B) is known color: Razzmatazz. HEX triplet: EA, 00 and 5B. RGB value is (234,0,91). Sum of RGB (Red+Green+Blue) = 234+0+91=325 (43% of max value = 765). Red value is 234 (91.80% from 255 or 72% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 234 - color contains mainly: red. Hex color #EA005B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA005B is #15FFA4. Grayscale: #505050. Windows color (decimal): -1441701 or 5964010. OLE color: 5964010.
HSL color Cylindrical-coordinate representation of color #EA005B: hue angle of 336.67º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA005B is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.61 | 0.08 |
| HSL | 336.67º | 1% | 0.46% | - |
| HSV(B) | 336.67º | 1% | 0.92% | - |
| XYZ | 35.82 | 18.25 | 11.53 | - |
| YUV | 80.34 | 134.02 | 237.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 0 | 91 | 0 | 1 | 0.61 | 0.08 | 336.67 | 1 | 0.46 |
| Hex | EA | 0 | 5B | 0 | 64 | 3D | 8 | 151 | 64 | 2E |
| Octal | 352 | 0 | 133 | 0 | 144 | 75 | 10 | 521 | 144 | 56 |
| Binary | 11101010 | 0 | 1011011 | 0 | 1100100 | 111101 | 1000 | 101010001 | 1100100 | 101110 |
Color Harmonies of #EA005B
Complementary color
Monochromatic Colors of #EA005B
Black with #EA005B
Text Example
Text Example
White with #EA005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA005B; }
p { color: rgb(234,0,91); }
H1.HeaderClassName
{
color: #EA005B;
}
.AnyTagClassName
{
color: #EA005B;
}
</style>
background-color css
<style>
a { background-color: #EA005B; }
a { background-color: rgb(234,0,91); }
div.DivClassName
{
background-color: #EA005B;
}
.BgClassName
{
background-color: #EA005B;
}
</style>
border-color css
<style>
span { border-color: #EA005B; }
span { border-color: rgb(234,0,91); }
td.TdClassName
{
border-color: #EA005B;
}
.TagClassName
{
border-color: #EA005B;
}
</style>