Shades of Razzmatazz #EB024E
Tints of Razzmatazz #EB024E
RGB
CMYK
RGB Variations
Color information
#EB024E (or 0xEB024E) is known color: Razzmatazz. HEX triplet: EB, 02 and 4E. RGB value is (235,2,78). Sum of RGB (Red+Green+Blue) = 235+2+78=315 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.60% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 235 - color contains mainly: red. Hex color #EB024E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB024E is #14FDB1. Grayscale: #505050. Windows color (decimal): -1375666 or 5112555. OLE color: 5112555.
HSL color Cylindrical-coordinate representation of color #EB024E: hue angle of 340.43º 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 #EB024E is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 2 | 78 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.08 |
| HSL | 340.43º | 0.98% | 0.46% | - |
| HSV(B) | 340.43º | 0.99% | 0.92% | - |
| XYZ | 35.66 | 18.26 | 8.85 | - |
| YUV | 80.33 | 126.69 | 238.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 2 | 78 | 0 | 0.99 | 0.67 | 0.08 | 340.43 | 0.98 | 0.46 |
| Hex | EB | 2 | 4E | 0 | 63 | 43 | 8 | 154 | 62 | 2E |
| Octal | 353 | 2 | 116 | 0 | 143 | 103 | 10 | 524 | 142 | 56 |
| Binary | 11101011 | 10 | 1001110 | 0 | 1100011 | 1000011 | 1000 | 101010100 | 1100010 | 101110 |
Color Harmonies of #EB024E
Complementary color
Monochromatic Colors of #EB024E
Black with #EB024E
Text Example
Text Example
White with #EB024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB024E; }
p { color: rgb(235,2,78); }
H1.HeaderClassName
{
color: #EB024E;
}
.AnyTagClassName
{
color: #EB024E;
}
</style>
background-color css
<style>
a { background-color: #EB024E; }
a { background-color: rgb(235,2,78); }
div.DivClassName
{
background-color: #EB024E;
}
.BgClassName
{
background-color: #EB024E;
}
</style>
border-color css
<style>
span { border-color: #EB024E; }
span { border-color: rgb(235,2,78); }
td.TdClassName
{
border-color: #EB024E;
}
.TagClassName
{
border-color: #EB024E;
}
</style>