Shades of Razzmatazz #EA0275
Tints of Razzmatazz #EA0275
RGB
CMYK
RGB Variations
Color information
#EA0275 (or 0xEA0275) is known color: Razzmatazz. HEX triplet: EA, 02 and 75. RGB value is (234,2,117). Sum of RGB (Red+Green+Blue) = 234+2+117=353 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.29% from 353); Green value is 2 (1.17% from 255 or 0.57% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0275 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0275 is #15FD8A. Grayscale: #545454. Windows color (decimal): -1441163 or 7668458. OLE color: 7668458.
HSL color Cylindrical-coordinate representation of color #EA0275: hue angle of 330.26º degrees, saturation: 0.98, 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 #EA0275 is Cyan = 0, Magento = 0.99, Yellow = 0.5 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 2 | 117 | - |
| CMYK | 0 | 0.99 | 0.5 | 0.08 |
| HSL | 330.26º | 0.98% | 0.46% | - |
| HSV(B) | 330.26º | 0.99% | 0.92% | - |
| XYZ | 37.16 | 18.82 | 18.5 | - |
| YUV | 84.48 | 146.36 | 234.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 2 | 117 | 0 | 0.99 | 0.5 | 0.08 | 330.26 | 0.98 | 0.46 |
| Hex | EA | 2 | 75 | 0 | 63 | 32 | 8 | 14A | 62 | 2E |
| Octal | 352 | 2 | 165 | 0 | 143 | 62 | 10 | 512 | 142 | 56 |
| Binary | 11101010 | 10 | 1110101 | 0 | 1100011 | 110010 | 1000 | 101001010 | 1100010 | 101110 |
Color Harmonies of #EA0275
Complementary color
Monochromatic Colors of #EA0275
Black with #EA0275
Text Example
Text Example
White with #EA0275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0275; }
p { color: rgb(234,2,117); }
H1.HeaderClassName
{
color: #EA0275;
}
.AnyTagClassName
{
color: #EA0275;
}
</style>
background-color css
<style>
a { background-color: #EA0275; }
a { background-color: rgb(234,2,117); }
div.DivClassName
{
background-color: #EA0275;
}
.BgClassName
{
background-color: #EA0275;
}
</style>
border-color css
<style>
span { border-color: #EA0275; }
span { border-color: rgb(234,2,117); }
td.TdClassName
{
border-color: #EA0275;
}
.TagClassName
{
border-color: #EA0275;
}
</style>