#E76974

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

Shades of Froly #E76974

Tints of Froly #E76974

Color information

#E76974 (or 0xE76974) is unknown color: approx Froly. HEX triplet: E7, 69 and 74. RGB value is (231,105,116). Sum of RGB (Red+Green+Blue) = 231+105+116=452 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.11% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 116 (45.70% from 255 or 25.66% from 452); Max value from RGB is 231 - color contains mainly: red. Hex color #E76974 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76974 is #18968B. Grayscale: #909090. Windows color (decimal): -1611404 or 7629287. OLE color: 7629287.

HSL color Cylindrical-coordinate representation of color #E76974: hue angle of 354.76º 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 #E76974 is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB231105116-
CMYK00.550.500.09
HSL354.76º72.41%65.88%-
HSV(B)354.76º54.55%90.59%-
XYZ41.1628.3519.83-
YUV143.93112.24190.11-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.11%
GREEN value IS 105 (41.41% from 255) = 23.23%
BLUE value IS 116 (45.70% from 255) = 25.66%
R=51.11%
G=23.23%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110511600.550.500.09354.7672.4165.88
HexE769740373291634842
Octal3471511640676211543110102
Binary11100111110100111101000110111110010100110110001110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76974; }

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

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

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

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

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

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

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

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