#EA6976

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

Shades of Froly #EA6976

Tints of Froly #EA6976

Color information

#EA6976 (or 0xEA6976) is unknown color: approx Froly. HEX triplet: EA, 69 and 76. RGB value is (234,105,118). Sum of RGB (Red+Green+Blue) = 234+105+118=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 118 (46.48% from 255 or 25.82% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6976 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6976 is #159689. Grayscale: #919191. Windows color (decimal): -1414794 or 7760362. OLE color: 7760362.

HSL color Cylindrical-coordinate representation of color #EA6976: hue angle of 353.95º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EA6976 is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB234105118-
CMYK00.550.500.08
HSL353.95º75.44%66.47%-
HSV(B)353.95º55.13%91.76%-
XYZ42.2528.920.49-
YUV145.05112.74191.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.20%
GREEN value IS 105 (41.41% from 255) = 22.98%
BLUE value IS 118 (46.48% from 255) = 25.82%
R=51.20%
G=22.98%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410511800.550.500.08353.9575.4466.47
HexEA69760373281624b42
Octal3521511660676210542113102
Binary11101010110100111101100110111110010100010110001010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6976; }

 p { color: rgb(234,105,118); }

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

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

 a { background-color: rgb(234,105,118); }

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

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

 span { border-color: rgb(234,105,118); }

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