Shades of Razzmatazz #EE135F
Tints of Razzmatazz #EE135F
RGB
CMYK
RGB Variations
Color information
#EE135F (or 0xEE135F) is known color: Razzmatazz. HEX triplet: EE, 13 and 5F. RGB value is (238,19,95). Sum of RGB (Red+Green+Blue) = 238+19+95=352 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.61% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 238 - color contains mainly: red. Hex color #EE135F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE135F is #11ECA0. Grayscale: #5D5D5D. Windows color (decimal): -1174689 or 6231022. OLE color: 6231022.
HSL color Cylindrical-coordinate representation of color #EE135F: hue angle of 339.18º 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 #EE135F is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 19 | 95 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.07 |
| HSL | 339.18º | 0.87% | 0.5% | - |
| HSV(B) | 339.18º | 0.92% | 0.93% | - |
| XYZ | 37.56 | 19.47 | 12.6 | - |
| YUV | 93.15 | 129.05 | 231.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 19 | 95 | 0 | 0.92 | 0.60 | 0.07 | 339.18 | 0.87 | 0.5 |
| Hex | EE | 13 | 5F | 0 | 5C | 3C | 7 | 153 | 57 | 32 |
| Octal | 356 | 23 | 137 | 0 | 134 | 74 | 7 | 523 | 127 | 62 |
| Binary | 11101110 | 10011 | 1011111 | 0 | 1011100 | 111100 | 111 | 101010011 | 1010111 | 110010 |
Color Harmonies of #EE135F
Complementary color
Monochromatic Colors of #EE135F
Black with #EE135F
Text Example
Text Example
White with #EE135F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE135F; }
p { color: rgb(238,19,95); }
H1.HeaderClassName
{
color: #EE135F;
}
.AnyTagClassName
{
color: #EE135F;
}
</style>
background-color css
<style>
a { background-color: #EE135F; }
a { background-color: rgb(238,19,95); }
div.DivClassName
{
background-color: #EE135F;
}
.BgClassName
{
background-color: #EE135F;
}
</style>
border-color css
<style>
span { border-color: #EE135F; }
span { border-color: rgb(238,19,95); }
td.TdClassName
{
border-color: #EE135F;
}
.TagClassName
{
border-color: #EE135F;
}
</style>