Shades of Roman #E65E5A
Tints of Roman #E65E5A
RGB
CMYK
RGB Variations
Color information
#E65E5A (or 0xE65E5A) is known color: Roman. HEX triplet: E6, 5E and 5A. RGB value is (230,94,90). Sum of RGB (Red+Green+Blue) = 230+94+90=414 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.56% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 90 (35.55% from 255 or 21.74% from 414); Max value from RGB is 230 - color contains mainly: red. Hex color #E65E5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65E5A is #19A1A5. Grayscale: #868686. Windows color (decimal): -1679782 or 5922534. OLE color: 5922534.
HSL color Cylindrical-coordinate representation of color #E65E5A: hue angle of 1.71º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E65E5A is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 94 | 90 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.10 |
| HSL | 1.71º | 0.74% | 0.63% | - |
| HSV(B) | 1.71º | 0.61% | 0.9% | - |
| XYZ | 38.48 | 25.57 | 12.58 | - |
| YUV | 134.21 | 103.06 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 94 | 90 | 0 | 0.59 | 0.61 | 0.10 | 1.71 | 0.74 | 0.63 |
| Hex | E6 | 5E | 5A | 0 | 3B | 3D | A | 2 | 4A | 3F |
| Octal | 346 | 136 | 132 | 0 | 73 | 75 | 12 | 2 | 112 | 77 |
| Binary | 11100110 | 1011110 | 1011010 | 0 | 111011 | 111101 | 1010 | 10 | 1001010 | 111111 |
Color Harmonies of #E65E5A
Complementary color
Monochromatic Colors of #E65E5A
Black with #E65E5A
Text Example
Text Example
White with #E65E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65E5A; }
p { color: rgb(230,94,90); }
H1.HeaderClassName
{
color: #E65E5A;
}
.AnyTagClassName
{
color: #E65E5A;
}
</style>
background-color css
<style>
a { background-color: #E65E5A; }
a { background-color: rgb(230,94,90); }
div.DivClassName
{
background-color: #E65E5A;
}
.BgClassName
{
background-color: #E65E5A;
}
</style>
border-color css
<style>
span { border-color: #E65E5A; }
span { border-color: rgb(230,94,90); }
td.TdClassName
{
border-color: #E65E5A;
}
.TagClassName
{
border-color: #E65E5A;
}
</style>