#EA6662

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

Shades of Roman #EA6662

Tints of Roman #EA6662

Color information

#EA6662 (or 0xEA6662) is unknown color: approx Roman. HEX triplet: EA, 66 and 62. RGB value is (234,102,98). Sum of RGB (Red+Green+Blue) = 234+102+98=434 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.92% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 98 (38.67% from 255 or 22.58% from 434); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6662 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6662 is #15999D. Grayscale: #8D8D8D. Windows color (decimal): -1415582 or 6448874. OLE color: 6448874.

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

Color convert

RGB23410298-
CMYK00.560.580.08
HSL1.76º76.4%65.1%-
HSV(B)1.76º58.12%91.76%-
XYZ40.8927.8814.78-
YUV141.01103.73194.33-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.92%
GREEN value IS 102 (40.23% from 255) = 23.50%
BLUE value IS 98 (38.67% from 255) = 22.58%
R=53.92%
G=23.50%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341029800.560.580.081.7676.465.1
HexEA66620383A824c41
Octal35214614207072102114101
Binary1110101011001101100010011100011101010001010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6662; }

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

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

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

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

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

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

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

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