#EA6560

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

Shades of Roman #EA6560

Tints of Roman #EA6560

Color information

#EA6560 (or 0xEA6560) is unknown color: approx Roman. HEX triplet: EA, 65 and 60. RGB value is (234,101,96). Sum of RGB (Red+Green+Blue) = 234+101+96=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6560 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6560 is #159A9F. Grayscale: #8C8C8C. Windows color (decimal): -1415840 or 6317546. OLE color: 6317546.

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

Color convert

RGB23410196-
CMYK00.570.590.08
HSL2.17º76.67%64.71%-
HSV(B)2.17º58.97%91.76%-
XYZ40.727.6414.26-
YUV140.2103.06194.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.29%
GREEN value IS 101 (39.84% from 255) = 23.43%
BLUE value IS 96 (37.89% from 255) = 22.27%
R=54.29%
G=23.43%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341019600.570.590.082.1776.6764.71
HexEA65600393B824d41
Octal35214514007173102115101
Binary1110101011001011100000011100111101110001010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6560; }

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

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

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

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

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

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

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

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