#EA6160

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

Shades of Roman #EA6160

Tints of Roman #EA6160

Color information

#EA6160 (or 0xEA6160) is unknown color: approx Roman. HEX triplet: EA, 61 and 60. RGB value is (234,97,96). Sum of RGB (Red+Green+Blue) = 234+97+96=427 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.80% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 96 (37.89% from 255 or 22.48% from 427); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6160 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6160 is #159E9F. Grayscale: #898989. Windows color (decimal): -1416864 or 6316522. OLE color: 6316522.

HSL color Cylindrical-coordinate representation of color #EA6160: hue angle of 0.43º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EA6160 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB2349796-
CMYK00.590.590.08
HSL0.43º76.67%64.71%-
HSV(B)0.43º58.97%91.76%-
XYZ40.3226.8914.13-
YUV137.85104.39196.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.80%
GREEN value IS 97 (38.28% from 255) = 22.72%
BLUE value IS 96 (37.89% from 255) = 22.48%
R=54.80%
G=22.72%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234979600.590.590.080.4376.6764.71
HexEA616003B3B804d41
Octal35214114007373100115101
Binary111010101100001110000001110111110111000010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6160; }

 p { color: rgb(234,97,96); }

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

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

 a { background-color: rgb(234,97,96); }

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

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

 span { border-color: rgb(234,97,96); }

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