#e07881

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

Shades of Froly #E07881

Tints of Froly #E07881

Color information

#E07881 (or 0xE07881) is unknown color: approx Froly. HEX triplet: E0, 78 and 81. RGB value is (224,120,129). Sum of RGB (Red+Green+Blue) = 224+120+129=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 129 (50.78% from 255 or 27.27% from 473); Max value from RGB is 224 - color contains mainly: red. Hex color #E07881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07881 is #1F877E. Grayscale: #989898. Windows color (decimal): -2066303 or 8485088. OLE color: 8485088.

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

Color convert

RGB224120129-
CMYK00.460.420.12
HSL354.81º62.65%67.45%-
HSV(B)354.81º46.43%87.84%-
XYZ41.4230.8724.54-
YUV152.12114.96179.27-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.36%
GREEN value IS 120 (47.27% from 255) = 25.37%
BLUE value IS 129 (50.78% from 255) = 27.27%
R=47.36%
G=25.37%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412012900.460.420.12354.8162.6567.45
HexE0788102E2AC1633f43
Octal340170201056521454377103
Binary11100000111100010000001010111010101011001011000111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e07881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e07881; }

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

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

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

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

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

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

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

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