Shades of Razzmatazz #ED135A
Tints of Razzmatazz #ED135A
RGB
CMYK
RGB Variations
Color information
#ED135A (or 0xED135A) is known color: Razzmatazz. HEX triplet: ED, 13 and 5A. RGB value is (237,19,90). Sum of RGB (Red+Green+Blue) = 237+19+90=346 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.50% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 237 - color contains mainly: red. Hex color #ED135A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED135A is #12ECA5. Grayscale: #5C5C5C. Windows color (decimal): -1240230 or 5903341. OLE color: 5903341.
HSL color Cylindrical-coordinate representation of color #ED135A: hue angle of 340.46º degrees, saturation: 0.86, 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 #ED135A is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 19 | 90 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.07 |
| HSL | 340.46º | 0.86% | 0.5% | - |
| HSV(B) | 340.46º | 0.92% | 0.93% | - |
| XYZ | 37 | 19.21 | 11.43 | - |
| YUV | 92.28 | 126.72 | 231.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 19 | 90 | 0 | 0.92 | 0.62 | 0.07 | 340.46 | 0.86 | 0.5 |
| Hex | ED | 13 | 5A | 0 | 5C | 3E | 7 | 154 | 56 | 32 |
| Octal | 355 | 23 | 132 | 0 | 134 | 76 | 7 | 524 | 126 | 62 |
| Binary | 11101101 | 10011 | 1011010 | 0 | 1011100 | 111110 | 111 | 101010100 | 1010110 | 110010 |
Color Harmonies of #ED135A
Complementary color
Monochromatic Colors of #ED135A
Black with #ED135A
Text Example
Text Example
White with #ED135A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED135A; }
p { color: rgb(237,19,90); }
H1.HeaderClassName
{
color: #ED135A;
}
.AnyTagClassName
{
color: #ED135A;
}
</style>
background-color css
<style>
a { background-color: #ED135A; }
a { background-color: rgb(237,19,90); }
div.DivClassName
{
background-color: #ED135A;
}
.BgClassName
{
background-color: #ED135A;
}
</style>
border-color css
<style>
span { border-color: #ED135A; }
span { border-color: rgb(237,19,90); }
td.TdClassName
{
border-color: #ED135A;
}
.TagClassName
{
border-color: #ED135A;
}
</style>