#E75E5A

Color #E75E5A Roman (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roman #E75E5A

Tints of Roman #E75E5A

Color information

#E75E5A (or 0xE75E5A) is unknown color: approx Roman. HEX triplet: E7, 5E and 5A. RGB value is (231,94,90). Sum of RGB (Red+Green+Blue) = 231+94+90=415 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.66% from 415); Green value is 94 (37.11% from 255 or 22.65% from 415); Blue value is 90 (35.55% from 255 or 21.69% from 415); Max value from RGB is 231 - color contains mainly: red. Hex color #E75E5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75E5A is #18A1A5. Grayscale: #868686. Windows color (decimal): -1614246 or 5922535. OLE color: 5922535.

HSL color Cylindrical-coordinate representation of color #E75E5A: hue angle of 1.7º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E75E5A is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB2319490-
CMYK00.590.610.09
HSL1.7º74.6%62.94%-
HSV(B)1.7º61.04%90.59%-
XYZ38.825.7312.59-
YUV134.51102.89196.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 231 (90.62% from 255) = 55.66%
GREEN value IS 94 (37.11% from 255) = 22.65%
BLUE value IS 90 (35.55% from 255) = 21.69%
R=55.66%
G=22.65%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231949000.590.610.091.774.662.94
HexE75E5A03B3D924b3f
Octal3471361320737511211377
Binary111001111011110101101001110111111011001101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75E5A; }

 p { color: rgb(231,94,90); }

 H1.HeaderClassName
 {
   color: #E75E5A;
 }
 .AnyTagClassName
 {
   color: #E75E5A;
 }
</style>
background-color css

<style>
 a { background-color: #E75E5A; }

 a { background-color: rgb(231,94,90); }

 div.DivClassName
 {
   background-color: #E75E5A;
 }
 .BgClassName
 {
   background-color: #E75E5A;
 }
</style>
border-color css

<style>
 span { border-color: #E75E5A; }

 span { border-color: rgb(231,94,90); }

 td.TdClassName
 {
   border-color: #E75E5A;
 }
 .TagClassName
 {
   border-color: #E75E5A;
 }
</style>