#EA727D

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

Shades of Froly #EA727D

Tints of Froly #EA727D

Color information

#EA727D (or 0xEA727D) is unknown color: approx Froly. HEX triplet: EA, 72 and 7D. RGB value is (234,114,125). Sum of RGB (Red+Green+Blue) = 234+114+125=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 125 (49.22% from 255 or 26.43% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EA727D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA727D is #158D82. Grayscale: #979797. Windows color (decimal): -1412483 or 8221418. OLE color: 8221418.

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

Color convert

RGB234114125-
CMYK00.510.470.08
HSL354.5º74.07%68.24%-
HSV(B)354.5º51.28%91.76%-
XYZ43.6531.0123.09-
YUV151.13113.26187.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.47%
GREEN value IS 114 (44.92% from 255) = 24.10%
BLUE value IS 125 (49.22% from 255) = 26.43%
R=49.47%
G=24.10%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411412500.510.470.08354.574.0768.24
HexEA727D0332F81624a44
Octal3521621750635710542112104
Binary11101010111001011111010110011101111100010110001010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA727D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA727D; }

 p { color: rgb(234,114,125); }

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

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

 a { background-color: rgb(234,114,125); }

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

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

 span { border-color: rgb(234,114,125); }

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