Shades of Roman #E25D5A
Tints of Roman #E25D5A
RGB
CMYK
RGB Variations
Color information
#E25D5A (or 0xE25D5A) is known color: Roman. HEX triplet: E2, 5D and 5A. RGB value is (226,93,90). Sum of RGB (Red+Green+Blue) = 226+93+90=409 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.26% from 409); Green value is 93 (36.72% from 255 or 22.74% from 409); Blue value is 90 (35.55% from 255 or 22.00% from 409); Max value from RGB is 226 - color contains mainly: red. Hex color #E25D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25D5A is #1DA2A5. Grayscale: #848484. Windows color (decimal): -1942182 or 5922274. OLE color: 5922274.
HSL color Cylindrical-coordinate representation of color #E25D5A: hue angle of 1.32º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E25D5A is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 93 | 90 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.11 |
| HSL | 1.32º | 0.7% | 0.62% | - |
| HSV(B) | 1.32º | 0.6% | 0.89% | - |
| XYZ | 37.12 | 24.74 | 12.49 | - |
| YUV | 132.43 | 104.06 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 93 | 90 | 0 | 0.59 | 0.60 | 0.11 | 1.32 | 0.7 | 0.62 |
| Hex | E2 | 5D | 5A | 0 | 3B | 3C | B | 1 | 46 | 3E |
| Octal | 342 | 135 | 132 | 0 | 73 | 74 | 13 | 1 | 106 | 76 |
| Binary | 11100010 | 1011101 | 1011010 | 0 | 111011 | 111100 | 1011 | 1 | 1000110 | 111110 |
Color Harmonies of #E25D5A
Complementary color
Monochromatic Colors of #E25D5A
Black with #E25D5A
Text Example
Text Example
White with #E25D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25D5A; }
p { color: rgb(226,93,90); }
H1.HeaderClassName
{
color: #E25D5A;
}
.AnyTagClassName
{
color: #E25D5A;
}
</style>
background-color css
<style>
a { background-color: #E25D5A; }
a { background-color: rgb(226,93,90); }
div.DivClassName
{
background-color: #E25D5A;
}
.BgClassName
{
background-color: #E25D5A;
}
</style>
border-color css
<style>
span { border-color: #E25D5A; }
span { border-color: rgb(226,93,90); }
td.TdClassName
{
border-color: #E25D5A;
}
.TagClassName
{
border-color: #E25D5A;
}
</style>