Shades of Razzmatazz #EE1350
Tints of Razzmatazz #EE1350
RGB
CMYK
RGB Variations
Color information
#EE1350 (or 0xEE1350) is known color: Razzmatazz. HEX triplet: EE, 13 and 50. RGB value is (238,19,80). Sum of RGB (Red+Green+Blue) = 238+19+80=337 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.62% from 337); Green value is 19 (7.81% from 255 or 5.64% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1350 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1350 is #11ECAF. Grayscale: #5B5B5B. Windows color (decimal): -1174704 or 5247982. OLE color: 5247982.
HSL color Cylindrical-coordinate representation of color #EE1350: hue angle of 343.29º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE1350 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 19 | 80 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.07 |
| HSL | 343.29º | 0.87% | 0.5% | - |
| HSV(B) | 343.29º | 0.92% | 0.93% | - |
| XYZ | 36.94 | 19.22 | 9.35 | - |
| YUV | 91.44 | 121.55 | 232.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 19 | 80 | 0 | 0.92 | 0.66 | 0.07 | 343.29 | 0.87 | 0.5 |
| Hex | EE | 13 | 50 | 0 | 5C | 42 | 7 | 157 | 57 | 32 |
| Octal | 356 | 23 | 120 | 0 | 134 | 102 | 7 | 527 | 127 | 62 |
| Binary | 11101110 | 10011 | 1010000 | 0 | 1011100 | 1000010 | 111 | 101010111 | 1010111 | 110010 |
Color Harmonies of #EE1350
Complementary color
Monochromatic Colors of #EE1350
Black with #EE1350
Text Example
Text Example
White with #EE1350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1350; }
p { color: rgb(238,19,80); }
H1.HeaderClassName
{
color: #EE1350;
}
.AnyTagClassName
{
color: #EE1350;
}
</style>
background-color css
<style>
a { background-color: #EE1350; }
a { background-color: rgb(238,19,80); }
div.DivClassName
{
background-color: #EE1350;
}
.BgClassName
{
background-color: #EE1350;
}
</style>
border-color css
<style>
span { border-color: #EE1350; }
span { border-color: rgb(238,19,80); }
td.TdClassName
{
border-color: #EE1350;
}
.TagClassName
{
border-color: #EE1350;
}
</style>