#E0757A

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

Shades of Froly #E0757A

Tints of Froly #E0757A

Color information

#E0757A (or 0xE0757A) is unknown color: approx Froly. HEX triplet: E0, 75 and 7A. RGB value is (224,117,122). Sum of RGB (Red+Green+Blue) = 224+117+122=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 122 (48.05% from 255 or 26.35% from 463); Max value from RGB is 224 - color contains mainly: red. Hex color #E0757A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0757A is #1F8A85. Grayscale: #959595. Windows color (decimal): -2067078 or 8025568. OLE color: 8025568.

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

Color convert

RGB224117122-
CMYK00.480.460.12
HSL357.2º63.31%66.86%-
HSV(B)357.2º47.77%87.84%-
XYZ40.6129.9822.06-
YUV149.56112.45181.09-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.38%
GREEN value IS 117 (46.09% from 255) = 25.27%
BLUE value IS 122 (48.05% from 255) = 26.35%
R=48.38%
G=25.27%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411712200.480.460.12357.263.3166.86
HexE0757A0302EC1653f43
Octal340165172060561454577103
Binary1110000011101011111010011000010111011001011001011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0757A; }

 p { color: rgb(224,117,122); }

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

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

 a { background-color: rgb(224,117,122); }

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

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

 span { border-color: rgb(224,117,122); }

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