#EA707C

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

Shades of Froly #EA707C

Tints of Froly #EA707C

Color information

#EA707C (or 0xEA707C) is unknown color: approx Froly. HEX triplet: EA, 70 and 7C. RGB value is (234,112,124). Sum of RGB (Red+Green+Blue) = 234+112+124=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 124 (48.83% from 255 or 26.38% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EA707C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA707C is #158F83. Grayscale: #959595. Windows color (decimal): -1412996 or 8155370. OLE color: 8155370.

HSL color Cylindrical-coordinate representation of color #EA707C: hue angle of 354.1º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EA707C is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB234112124-
CMYK00.520.470.08
HSL354.1º74.39%67.84%-
HSV(B)354.1º52.14%91.76%-
XYZ43.3630.5422.68-
YUV149.85113.42188.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.79%
GREEN value IS 112 (44.14% from 255) = 23.83%
BLUE value IS 124 (48.83% from 255) = 26.38%
R=49.79%
G=23.83%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411212400.520.470.08354.174.3967.84
HexEA707C0342F81624a44
Octal3521601740645710542112104
Binary11101010111000011111000110100101111100010110001010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA707C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA707C; }

 p { color: rgb(234,112,124); }

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

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

 a { background-color: rgb(234,112,124); }

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

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

 span { border-color: rgb(234,112,124); }

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