#E07D82

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

Shades of Froly #E07D82

Tints of Froly #E07D82

Color information

#E07D82 (or 0xE07D82) is unknown color: approx Froly. HEX triplet: E0, 7D and 82. RGB value is (224,125,130). Sum of RGB (Red+Green+Blue) = 224+125+130=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 130 (51.17% from 255 or 27.14% from 479); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07D82 is #1F827D. Grayscale: #9B9B9B. Windows color (decimal): -2065022 or 8551904. OLE color: 8551904.

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

Color convert

RGB224125130-
CMYK00.440.420.12
HSL356.97º61.49%68.43%-
HSV(B)356.97º44.2%87.84%-
XYZ42.132.1325.1-
YUV155.17113.8177.09-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.76%
GREEN value IS 125 (49.22% from 255) = 26.10%
BLUE value IS 130 (51.17% from 255) = 27.14%
R=46.76%
G=26.10%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412513000.440.420.12356.9761.4968.43
HexE07D8202C2AC1653d44
Octal340175202054521454575104
Binary11100000111110110000010010110010101011001011001011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07D82; }

 p { color: rgb(224,125,130); }

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

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

 a { background-color: rgb(224,125,130); }

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

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

 span { border-color: rgb(224,125,130); }

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