#E76970

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

Shades of Froly #E76970

Tints of Froly #E76970

Color information

#E76970 (or 0xE76970) is unknown color: approx Froly. HEX triplet: E7, 69 and 70. RGB value is (231,105,112). Sum of RGB (Red+Green+Blue) = 231+105+112=448 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.56% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 231 - color contains mainly: red. Hex color #E76970 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76970 is #18968F. Grayscale: #8F8F8F. Windows color (decimal): -1611408 or 7367143. OLE color: 7367143.

HSL color Cylindrical-coordinate representation of color #E76970: hue angle of 356.67º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E76970 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB231105112-
CMYK00.550.520.09
HSL356.67º72.41%65.88%-
HSV(B)356.67º54.55%90.59%-
XYZ40.9328.2618.63-
YUV143.47110.24190.43-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.56%
GREEN value IS 105 (41.41% from 255) = 23.44%
BLUE value IS 112 (44.14% from 255) = 25%
R=51.56%
G=23.44%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110511200.550.520.09356.6772.4165.88
HexE769700373491654842
Octal3471511600676411545110102
Binary11100111110100111100000110111110100100110110010110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76970; }

 p { color: rgb(231,105,112); }

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

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

 a { background-color: rgb(231,105,112); }

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

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

 span { border-color: rgb(231,105,112); }

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