#EA6269

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

Shades of Froly #EA6269

Tints of Froly #EA6269

Color information

#EA6269 (or 0xEA6269) is unknown color: approx Froly. HEX triplet: EA, 62 and 69. RGB value is (234,98,105). Sum of RGB (Red+Green+Blue) = 234+98+105=437 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.55% from 437); Green value is 98 (38.67% from 255 or 22.43% from 437); Blue value is 105 (41.41% from 255 or 24.03% from 437); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6269 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6269 is #159D96. Grayscale: #8B8B8B. Windows color (decimal): -1416599 or 6906602. OLE color: 6906602.

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

Color convert

RGB23498105-
CMYK00.580.550.08
HSL356.91º76.4%65.1%-
HSV(B)356.91º58.12%91.76%-
XYZ40.8527.2516.47-
YUV139.46108.56195.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.55%
GREEN value IS 98 (38.67% from 255) = 22.43%
BLUE value IS 105 (41.41% from 255) = 24.03%
R=53.55%
G=22.43%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349810500.580.550.08356.9176.465.1
HexEA626903A3781654c41
Octal3521421510726710545114101
Binary11101010110001011010010111010110111100010110010110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6269; }

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

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

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

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

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

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

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

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