#EA6260

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

Shades of Roman #EA6260

Tints of Roman #EA6260

Color information

#EA6260 (or 0xEA6260) is unknown color: approx Roman. HEX triplet: EA, 62 and 60. RGB value is (234,98,96). Sum of RGB (Red+Green+Blue) = 234+98+96=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 96 (37.89% from 255 or 22.43% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6260 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6260 is #159D9F. Grayscale: #8A8A8A. Windows color (decimal): -1416608 or 6316778. OLE color: 6316778.

HSL color Cylindrical-coordinate representation of color #EA6260: hue angle of 0.87º 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 #EA6260 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB2349896-
CMYK00.580.590.08
HSL0.87º76.67%64.71%-
HSV(B)0.87º58.97%91.76%-
XYZ40.4127.0714.16-
YUV138.44104.06196.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.67%
GREEN value IS 98 (38.67% from 255) = 22.90%
BLUE value IS 96 (37.89% from 255) = 22.43%
R=54.67%
G=22.90%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234989600.580.590.080.8776.6764.71
HexEA626003A3B814d41
Octal35214214007273101115101
Binary111010101100010110000001110101110111000110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6260; }

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

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

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

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

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

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

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

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