#EA636F

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

Shades of Froly #EA636F

Tints of Froly #EA636F

Color information

#EA636F (or 0xEA636F) is unknown color: approx Froly. HEX triplet: EA, 63 and 6F. RGB value is (234,99,111). Sum of RGB (Red+Green+Blue) = 234+99+111=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 111 (43.75% from 255 or 25% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EA636F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA636F is #159C90. Grayscale: #8C8C8C. Windows color (decimal): -1416337 or 7300074. OLE color: 7300074.

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

Color convert

RGB23499111-
CMYK00.580.530.08
HSL354.67º76.27%65.29%-
HSV(B)354.67º57.69%91.76%-
XYZ41.2627.5618.18-
YUV140.73111.23194.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.70%
GREEN value IS 99 (39.06% from 255) = 22.30%
BLUE value IS 111 (43.75% from 255) = 25%
R=52.70%
G=22.30%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349911100.580.530.08354.6776.2765.29
HexEA636F03A3581634c41
Octal3521431570726510543114101
Binary11101010110001111011110111010110101100010110001110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA636F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA636F; }

 p { color: rgb(234,99,111); }

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

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

 a { background-color: rgb(234,99,111); }

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

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

 span { border-color: rgb(234,99,111); }

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