#E07E80

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

Shades of Froly #E07E80

Tints of Froly #E07E80

Color information

#E07E80 (or 0xE07E80) is unknown color: approx Froly. HEX triplet: E0, 7E and 80. RGB value is (224,126,128). Sum of RGB (Red+Green+Blue) = 224+126+128=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 126 (49.61% from 255 or 26.36% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 224 - color contains mainly: red. Hex color #E07E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07E80 is #1F817F. Grayscale: #9B9B9B. Windows color (decimal): -2064768 or 8421088. OLE color: 8421088.

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

Color convert

RGB224126128-
CMYK00.440.430.12
HSL358.78º61.25%68.63%-
HSV(B)358.78º43.75%87.84%-
XYZ42.132.3324.44-
YUV155.53112.47176.84-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.86%
GREEN value IS 126 (49.61% from 255) = 26.36%
BLUE value IS 128 (50.39% from 255) = 26.78%
R=46.86%
G=26.36%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412612800.440.430.12358.7861.2568.63
HexE07E8002C2BC1673d45
Octal340176200054531454775105
Binary11100000111111010000000010110010101111001011001111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07E80; }

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

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

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

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

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

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

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

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