#E76475

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

Shades of Froly #E76475

Tints of Froly #E76475

Color information

#E76475 (or 0xE76475) is unknown color: approx Froly. HEX triplet: E7, 64 and 75. RGB value is (231,100,117). Sum of RGB (Red+Green+Blue) = 231+100+117=448 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.56% from 448); Green value is 100 (39.45% from 255 or 22.32% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 231 - color contains mainly: red. Hex color #E76475 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76475 is #189B8A. Grayscale: #8D8D8D. Windows color (decimal): -1612683 or 7693543. OLE color: 7693543.

HSL color Cylindrical-coordinate representation of color #E76475: hue angle of 352.21º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E76475 is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB231100117-
CMYK00.570.490.09
HSL352.21º73.18%64.9%-
HSV(B)352.21º56.71%90.59%-
XYZ40.7227.3919.97-
YUV141.11114.4192.12-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.56%
GREEN value IS 100 (39.45% from 255) = 22.32%
BLUE value IS 117 (46.09% from 255) = 26.12%
R=51.56%
G=22.32%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110011700.570.490.09352.2173.1864.9
HexE764750393191604941
Octal3471441650716111540111101
Binary11100111110010011101010111001110001100110110000010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76475; }

 p { color: rgb(231,100,117); }

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

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

 a { background-color: rgb(231,100,117); }

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

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

 span { border-color: rgb(231,100,117); }

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