Shades of Razzmatazz #EA1752
Tints of Razzmatazz #EA1752
RGB
CMYK
RGB Variations
Color information
#EA1752 (or 0xEA1752) is known color: Razzmatazz. HEX triplet: EA, 17 and 52. RGB value is (234,23,82). Sum of RGB (Red+Green+Blue) = 234+23+82=339 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.03% from 339); Green value is 23 (9.38% from 255 or 6.78% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1752 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1752 is #15E8AD. Grayscale: #5C5C5C. Windows color (decimal): -1435822 or 5380074. OLE color: 5380074.
HSL color Cylindrical-coordinate representation of color #EA1752: hue angle of 343.22º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA1752 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 82 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.08 |
| HSL | 343.22º | 0.83% | 0.5% | - |
| HSV(B) | 343.22º | 0.9% | 0.92% | - |
| XYZ | 35.76 | 18.71 | 9.71 | - |
| YUV | 92.82 | 121.9 | 228.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 82 | 0 | 0.90 | 0.65 | 0.08 | 343.22 | 0.83 | 0.5 |
| Hex | EA | 17 | 52 | 0 | 5A | 41 | 8 | 157 | 53 | 32 |
| Octal | 352 | 27 | 122 | 0 | 132 | 101 | 10 | 527 | 123 | 62 |
| Binary | 11101010 | 10111 | 1010010 | 0 | 1011010 | 1000001 | 1000 | 101010111 | 1010011 | 110010 |
Color Harmonies of #EA1752
Complementary color
Monochromatic Colors of #EA1752
Black with #EA1752
Text Example
Text Example
White with #EA1752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1752; }
p { color: rgb(234,23,82); }
H1.HeaderClassName
{
color: #EA1752;
}
.AnyTagClassName
{
color: #EA1752;
}
</style>
background-color css
<style>
a { background-color: #EA1752; }
a { background-color: rgb(234,23,82); }
div.DivClassName
{
background-color: #EA1752;
}
.BgClassName
{
background-color: #EA1752;
}
</style>
border-color css
<style>
span { border-color: #EA1752; }
span { border-color: rgb(234,23,82); }
td.TdClassName
{
border-color: #EA1752;
}
.TagClassName
{
border-color: #EA1752;
}
</style>