#EA6A7E

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

Shades of Froly #EA6A7E

Tints of Froly #EA6A7E

Color information

#EA6A7E (or 0xEA6A7E) is unknown color: approx Froly. HEX triplet: EA, 6A and 7E. RGB value is (234,106,126). Sum of RGB (Red+Green+Blue) = 234+106+126=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 106 (41.80% from 255 or 22.75% from 466); Blue value is 126 (49.61% from 255 or 27.04% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6A7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6A7E is #159581. Grayscale: #929292. Windows color (decimal): -1414530 or 8284906. OLE color: 8284906.

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

Color convert

RGB234106126-
CMYK00.550.460.08
HSL350.62º75.29%66.67%-
HSV(B)350.62º54.7%91.76%-
XYZ42.8529.3123.14-
YUV146.55116.41190.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.21%
GREEN value IS 106 (41.80% from 255) = 22.75%
BLUE value IS 126 (49.61% from 255) = 27.04%
R=50.21%
G=22.75%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410612600.550.460.08350.6275.2966.67
HexEA6A7E0372E815f4b43
Octal3521521760675610537113103
Binary11101010110101011111100110111101110100010101111110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6A7E; }

 p { color: rgb(234,106,126); }

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

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

 a { background-color: rgb(234,106,126); }

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

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

 span { border-color: rgb(234,106,126); }

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