Shades of Roman #E75C5C
Tints of Roman #E75C5C
RGB
CMYK
RGB Variations
Color information
#E75C5C (or 0xE75C5C) is known color: Roman. HEX triplet: E7, 5C and 5C. RGB value is (231,92,92). Sum of RGB (Red+Green+Blue) = 231+92+92=415 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.66% from 415); Green value is 92 (36.33% from 255 or 22.17% from 415); Blue value is 92 (36.33% from 255 or 22.17% from 415); Max value from RGB is 231 - color contains mainly: red. Hex color #E75C5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75C5C is #18A3A3. Grayscale: #858585. Windows color (decimal): -1614756 or 6053095. OLE color: 6053095.
HSL color Cylindrical-coordinate representation of color #E75C5C: hue angle of 0º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E75C5C is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 92 | 92 | - |
| CMYK | 0 | 0.60 | 0.60 | 0.09 |
| HSL | 0º | 0.74% | 0.63% | - |
| HSV(B) | 0º | 0.6% | 0.91% | - |
| XYZ | 38.71 | 25.42 | 12.99 | - |
| YUV | 133.56 | 104.55 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 92 | 92 | 0 | 0.60 | 0.60 | 0.09 | 0 | 0.74 | 0.63 |
| Hex | E7 | 5C | 5C | 0 | 3C | 3C | 9 | 0 | 4A | 3F |
| Octal | 347 | 134 | 134 | 0 | 74 | 74 | 11 | 0 | 112 | 77 |
| Binary | 11100111 | 1011100 | 1011100 | 0 | 111100 | 111100 | 1001 | 0 | 1001010 | 111111 |
Color Harmonies of #E75C5C
Complementary color
Monochromatic Colors of #E75C5C
Black with #E75C5C
Text Example
Text Example
White with #E75C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75C5C; }
p { color: rgb(231,92,92); }
H1.HeaderClassName
{
color: #E75C5C;
}
.AnyTagClassName
{
color: #E75C5C;
}
</style>
background-color css
<style>
a { background-color: #E75C5C; }
a { background-color: rgb(231,92,92); }
div.DivClassName
{
background-color: #E75C5C;
}
.BgClassName
{
background-color: #E75C5C;
}
</style>
border-color css
<style>
span { border-color: #E75C5C; }
span { border-color: rgb(231,92,92); }
td.TdClassName
{
border-color: #E75C5C;
}
.TagClassName
{
border-color: #E75C5C;
}
</style>