#EA6A7B

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

Shades of Froly #EA6A7B

Tints of Froly #EA6A7B

Color information

#EA6A7B (or 0xEA6A7B) is unknown color: approx Froly. HEX triplet: EA, 6A and 7B. RGB value is (234,106,123). Sum of RGB (Red+Green+Blue) = 234+106+123=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6A7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6A7B is #159584. Grayscale: #929292. Windows color (decimal): -1414533 or 8088298. OLE color: 8088298.

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

Color convert

RGB234106123-
CMYK00.550.470.08
HSL352.03º75.29%66.67%-
HSV(B)352.03º54.7%91.76%-
XYZ42.6629.2322.13-
YUV146.21114.91190.62-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.54%
GREEN value IS 106 (41.80% from 255) = 22.89%
BLUE value IS 123 (48.44% from 255) = 26.57%
R=50.54%
G=22.89%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410612300.550.470.08352.0375.2966.67
HexEA6A7B0372F81604b43
Octal3521521730675710540113103
Binary11101010110101011110110110111101111100010110000010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6A7B; }

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

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

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

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

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

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

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

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