#E76473

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

Shades of Froly #E76473

Tints of Froly #E76473

Color information

#E76473 (or 0xE76473) is unknown color: approx Froly. HEX triplet: E7, 64 and 73. RGB value is (231,100,115). Sum of RGB (Red+Green+Blue) = 231+100+115=446 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.79% from 446); Green value is 100 (39.45% from 255 or 22.42% from 446); Blue value is 115 (45.31% from 255 or 25.78% from 446); Max value from RGB is 231 - color contains mainly: red. Hex color #E76473 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76473 is #189B8C. Grayscale: #8C8C8C. Windows color (decimal): -1612685 or 7562471. OLE color: 7562471.

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

Color convert

RGB231100115-
CMYK00.570.500.09
HSL353.13º73.18%64.9%-
HSV(B)353.13º56.71%90.59%-
XYZ40.6127.3419.36-
YUV140.88113.4192.28-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.79%
GREEN value IS 100 (39.45% from 255) = 22.42%
BLUE value IS 115 (45.31% from 255) = 25.78%
R=51.79%
G=22.42%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110011500.570.500.09353.1373.1864.9
HexE764730393291614941
Octal3471441630716211541111101
Binary11100111110010011100110111001110010100110110000110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76473; }

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

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

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

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

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

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

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

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