#E0677C

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

Shades of Froly #E0677C

Tints of Froly #E0677C

Color information

#E0677C (or 0xE0677C) is unknown color: approx Froly. HEX triplet: E0, 67 and 7C. RGB value is (224,103,124). Sum of RGB (Red+Green+Blue) = 224+103+124=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 103 (40.62% from 255 or 22.84% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E0677C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0677C is #1F9883. Grayscale: #8D8D8D. Windows color (decimal): -2070660 or 8153056. OLE color: 8153056.

HSL color Cylindrical-coordinate representation of color #E0677C: hue angle of 349.59º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E0677C is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB224103124-
CMYK00.540.450.12
HSL349.59º66.12%64.12%-
HSV(B)349.59º54.02%87.84%-
XYZ39.232722.21-
YUV141.57118.09186.79-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.67%
GREEN value IS 103 (40.62% from 255) = 22.84%
BLUE value IS 124 (48.83% from 255) = 27.49%
R=49.67%
G=22.84%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410312400.540.450.12349.5966.1264.12
HexE0677C0362DC15e4240
Octal3401471740665514536102100
Binary11100000110011111111000110110101101110010101111010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0677C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0677C; }

 p { color: rgb(224,103,124); }

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

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

 a { background-color: rgb(224,103,124); }

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

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

 span { border-color: rgb(224,103,124); }

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