Shades of Radical Red #EB435A
Tints of Radical Red #EB435A
RGB
CMYK
RGB Variations
Color information
#EB435A (or 0xEB435A) is known color: Radical Red. HEX triplet: EB, 43 and 5A. RGB value is (235,67,90). Sum of RGB (Red+Green+Blue) = 235+67+90=392 (51% of max value = 765). Red value is 235 (92.19% from 255 or 59.95% from 392); Green value is 67 (26.56% from 255 or 17.09% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 235 - color contains mainly: red. Hex color #EB435A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB435A is #14BCA5. Grayscale: #777777. Windows color (decimal): -1359014 or 5915627. OLE color: 5915627.
HSL color Cylindrical-coordinate representation of color #EB435A: hue angle of 351.79º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EB435A is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 67 | 90 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.08 |
| HSL | 351.79º | 0.81% | 0.59% | - |
| HSV(B) | 351.79º | 0.71% | 0.92% | - |
| XYZ | 38.11 | 22.41 | 11.99 | - |
| YUV | 119.85 | 111.16 | 210.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 67 | 90 | 0 | 0.71 | 0.62 | 0.08 | 351.79 | 0.81 | 0.59 |
| Hex | EB | 43 | 5A | 0 | 47 | 3E | 8 | 160 | 51 | 3B |
| Octal | 353 | 103 | 132 | 0 | 107 | 76 | 10 | 540 | 121 | 73 |
| Binary | 11101011 | 1000011 | 1011010 | 0 | 1000111 | 111110 | 1000 | 101100000 | 1010001 | 111011 |
Color Harmonies of #EB435A
Complementary color
Monochromatic Colors of #EB435A
Black with #EB435A
Text Example
Text Example
White with #EB435A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB435A; }
p { color: rgb(235,67,90); }
H1.HeaderClassName
{
color: #EB435A;
}
.AnyTagClassName
{
color: #EB435A;
}
</style>
background-color css
<style>
a { background-color: #EB435A; }
a { background-color: rgb(235,67,90); }
div.DivClassName
{
background-color: #EB435A;
}
.BgClassName
{
background-color: #EB435A;
}
</style>
border-color css
<style>
span { border-color: #EB435A; }
span { border-color: rgb(235,67,90); }
td.TdClassName
{
border-color: #EB435A;
}
.TagClassName
{
border-color: #EB435A;
}
</style>