Shades of Razzmatazz #EA0A6B
Tints of Razzmatazz #EA0A6B
RGB
CMYK
RGB Variations
Color information
#EA0A6B (or 0xEA0A6B) is known color: Razzmatazz. HEX triplet: EA, 0A and 6B. RGB value is (234,10,107). Sum of RGB (Red+Green+Blue) = 234+10+107=351 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.67% from 351); Green value is 10 (4.30% from 255 or 2.85% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0A6B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0A6B is #15F594. Grayscale: #575757. Windows color (decimal): -1439125 or 7015146. OLE color: 7015146.
HSL color Cylindrical-coordinate representation of color #EA0A6B: hue angle of 334.02º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA0A6B is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 10 | 107 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.08 |
| HSL | 334.02º | 0.92% | 0.48% | - |
| HSV(B) | 334.02º | 0.96% | 0.92% | - |
| XYZ | 36.69 | 18.77 | 15.6 | - |
| YUV | 88.03 | 138.71 | 232.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 10 | 107 | 0 | 0.96 | 0.54 | 0.08 | 334.02 | 0.92 | 0.48 |
| Hex | EA | A | 6B | 0 | 60 | 36 | 8 | 14E | 5C | 30 |
| Octal | 352 | 12 | 153 | 0 | 140 | 66 | 10 | 516 | 134 | 60 |
| Binary | 11101010 | 1010 | 1101011 | 0 | 1100000 | 110110 | 1000 | 101001110 | 1011100 | 110000 |
Color Harmonies of #EA0A6B
Complementary color
Monochromatic Colors of #EA0A6B
Black with #EA0A6B
Text Example
Text Example
White with #EA0A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0A6B; }
p { color: rgb(234,10,107); }
H1.HeaderClassName
{
color: #EA0A6B;
}
.AnyTagClassName
{
color: #EA0A6B;
}
</style>
background-color css
<style>
a { background-color: #EA0A6B; }
a { background-color: rgb(234,10,107); }
div.DivClassName
{
background-color: #EA0A6B;
}
.BgClassName
{
background-color: #EA0A6B;
}
</style>
border-color css
<style>
span { border-color: #EA0A6B; }
span { border-color: rgb(234,10,107); }
td.TdClassName
{
border-color: #EA0A6B;
}
.TagClassName
{
border-color: #EA0A6B;
}
</style>