#E07D7F

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

Shades of Froly #E07D7F

Tints of Froly #E07D7F

Color information

#E07D7F (or 0xE07D7F) is unknown color: approx Froly. HEX triplet: E0, 7D and 7F. RGB value is (224,125,127). Sum of RGB (Red+Green+Blue) = 224+125+127=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07D7F is #1F8280. Grayscale: #9A9A9A. Windows color (decimal): -2065025 or 8355296. OLE color: 8355296.

HSL color Cylindrical-coordinate representation of color #E07D7F: hue angle of 358.79º 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 #E07D7F is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB224125127-
CMYK00.440.430.12
HSL358.79º61.49%68.43%-
HSV(B)358.79º44.2%87.84%-
XYZ41.932.0524.06-
YUV154.83112.3177.34-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.06%
GREEN value IS 125 (49.22% from 255) = 26.26%
BLUE value IS 127 (50% from 255) = 26.68%
R=47.06%
G=26.26%
B=26.68%

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
Decimal22412512700.440.430.12358.7961.4968.43
HexE07D7F02C2BC1673d44
Octal340175177054531454775104
Binary1110000011111011111111010110010101111001011001111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07D7F; }

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

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

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

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

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

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

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

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