Shades of Razzmatazz #ED095C
Tints of Razzmatazz #ED095C
RGB
CMYK
RGB Variations
Color information
#ED095C (or 0xED095C) is known color: Razzmatazz. HEX triplet: ED, 09 and 5C. RGB value is (237,9,92). Sum of RGB (Red+Green+Blue) = 237+9+92=338 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.12% from 338); Green value is 9 (3.91% from 255 or 2.66% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 237 - color contains mainly: red. Hex color #ED095C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED095C is #12F6A3. Grayscale: #565656. Windows color (decimal): -1242788 or 6031853. OLE color: 6031853.
HSL color Cylindrical-coordinate representation of color #ED095C: hue angle of 338.16º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED095C is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 9 | 92 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.07 |
| HSL | 338.16º | 0.93% | 0.48% | - |
| HSV(B) | 338.16º | 0.96% | 0.93% | - |
| XYZ | 36.95 | 18.97 | 11.84 | - |
| YUV | 86.63 | 131.04 | 235.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 9 | 92 | 0 | 0.96 | 0.61 | 0.07 | 338.16 | 0.93 | 0.48 |
| Hex | ED | 9 | 5C | 0 | 60 | 3D | 7 | 152 | 5D | 30 |
| Octal | 355 | 11 | 134 | 0 | 140 | 75 | 7 | 522 | 135 | 60 |
| Binary | 11101101 | 1001 | 1011100 | 0 | 1100000 | 111101 | 111 | 101010010 | 1011101 | 110000 |
Color Harmonies of #ED095C
Complementary color
Monochromatic Colors of #ED095C
Black with #ED095C
Text Example
Text Example
White with #ED095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED095C; }
p { color: rgb(237,9,92); }
H1.HeaderClassName
{
color: #ED095C;
}
.AnyTagClassName
{
color: #ED095C;
}
</style>
background-color css
<style>
a { background-color: #ED095C; }
a { background-color: rgb(237,9,92); }
div.DivClassName
{
background-color: #ED095C;
}
.BgClassName
{
background-color: #ED095C;
}
</style>
border-color css
<style>
span { border-color: #ED095C; }
span { border-color: rgb(237,9,92); }
td.TdClassName
{
border-color: #ED095C;
}
.TagClassName
{
border-color: #ED095C;
}
</style>