#E07781

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

Shades of Froly #E07781

Tints of Froly #E07781

Color information

#E07781 (or 0xE07781) is unknown color: approx Froly. HEX triplet: E0, 77 and 81. RGB value is (224,119,129). Sum of RGB (Red+Green+Blue) = 224+119+129=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 119 (46.88% from 255 or 25.21% from 472); Blue value is 129 (50.78% from 255 or 27.33% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E07781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07781 is #1F887E. Grayscale: #979797. Windows color (decimal): -2066559 or 8484832. OLE color: 8484832.

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

Color convert

RGB224119129-
CMYK00.470.420.12
HSL354.29º62.87%67.25%-
HSV(B)354.29º46.88%87.84%-
XYZ41.330.6324.5-
YUV151.54115.29179.69-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.46%
GREEN value IS 119 (46.88% from 255) = 25.21%
BLUE value IS 129 (50.78% from 255) = 27.33%
R=47.46%
G=25.21%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411912900.470.420.12354.2962.8767.25
HexE0778102F2AC1623f43
Octal340167201057521454277103
Binary11100000111011110000001010111110101011001011000101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07781; }

 p { color: rgb(224,119,129); }

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

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

 a { background-color: rgb(224,119,129); }

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

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

 span { border-color: rgb(224,119,129); }

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