#EA6065

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

Shades of Froly #EA6065

Tints of Froly #EA6065

Color information

#EA6065 (or 0xEA6065) is unknown color: approx Froly. HEX triplet: EA, 60 and 65. RGB value is (234,96,101). Sum of RGB (Red+Green+Blue) = 234+96+101=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 101 (39.84% from 255 or 23.43% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6065 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6065 is #159F9A. Grayscale: #898989. Windows color (decimal): -1417115 or 6643946. OLE color: 6643946.

HSL color Cylindrical-coordinate representation of color #EA6065: hue angle of 357.83º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EA6065 is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB23496101-
CMYK00.590.570.08
HSL357.83º76.67%64.71%-
HSV(B)357.83º58.97%91.76%-
XYZ40.4626.815.35-
YUV137.83107.22196.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.29%
GREEN value IS 96 (37.89% from 255) = 22.27%
BLUE value IS 101 (39.84% from 255) = 23.43%
R=54.29%
G=22.27%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349610100.590.570.08357.8376.6764.71
HexEA606503B3981664d41
Octal3521401450737110546115101
Binary11101010110000011001010111011111001100010110011010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6065; }

 p { color: rgb(234,96,101); }

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

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

 a { background-color: rgb(234,96,101); }

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

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

 span { border-color: rgb(234,96,101); }

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