#E07680

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

Shades of Froly #E07680

Tints of Froly #E07680

Color information

#E07680 (or 0xE07680) is unknown color: approx Froly. HEX triplet: E0, 76 and 80. RGB value is (224,118,128). Sum of RGB (Red+Green+Blue) = 224+118+128=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 224 - color contains mainly: red. Hex color #E07680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07680 is #1F897F. Grayscale: #969696. Windows color (decimal): -2066816 or 8419040. OLE color: 8419040.

HSL color Cylindrical-coordinate representation of color #E07680: hue angle of 354.34º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E07680 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB224118128-
CMYK00.470.430.12
HSL354.34º63.1%67.06%-
HSV(B)354.34º47.32%87.84%-
XYZ41.1230.3624.12-
YUV150.83115.12180.19-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.66%
GREEN value IS 118 (46.48% from 255) = 25.11%
BLUE value IS 128 (50.39% from 255) = 27.23%
R=47.66%
G=25.11%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411812800.470.430.12354.3463.167.06
HexE0768002F2BC1623f43
Octal340166200057531454277103
Binary11100000111011010000000010111110101111001011000101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07680; }

 p { color: rgb(224,118,128); }

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

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

 a { background-color: rgb(224,118,128); }

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

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

 span { border-color: rgb(224,118,128); }

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