#EA6362

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

Shades of Roman #EA6362

Tints of Roman #EA6362

Color information

#EA6362 (or 0xEA6362) is unknown color: approx Roman. HEX triplet: EA, 63 and 62. RGB value is (234,99,98). Sum of RGB (Red+Green+Blue) = 234+99+98=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 99 (39.06% from 255 or 22.97% from 431); Blue value is 98 (38.67% from 255 or 22.74% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6362 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6362 is #159C9D. Grayscale: #8B8B8B. Windows color (decimal): -1416350 or 6448106. OLE color: 6448106.

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

Color convert

RGB2349998-
CMYK00.580.580.08
HSL0.44º76.4%65.1%-
HSV(B)0.44º58.12%91.76%-
XYZ40.627.314.68-
YUV139.25104.73195.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.29%
GREEN value IS 99 (39.06% from 255) = 22.97%
BLUE value IS 98 (38.67% from 255) = 22.74%
R=54.29%
G=22.97%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234999800.580.580.080.4476.465.1
HexEA636203A3A804c41
Octal35214314207272100114101
Binary111010101100011110001001110101110101000010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6362; }

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

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

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

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

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

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

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

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