#E76474

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

Shades of Froly #E76474

Tints of Froly #E76474

Color information

#E76474 (or 0xE76474) is unknown color: approx Froly. HEX triplet: E7, 64 and 74. RGB value is (231,100,116). Sum of RGB (Red+Green+Blue) = 231+100+116=447 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.68% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 116 (45.70% from 255 or 25.95% from 447); Max value from RGB is 231 - color contains mainly: red. Hex color #E76474 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76474 is #189B8B. Grayscale: #8D8D8D. Windows color (decimal): -1612684 or 7628007. OLE color: 7628007.

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

Color convert

RGB231100116-
CMYK00.570.500.09
HSL352.67º73.18%64.9%-
HSV(B)352.67º56.71%90.59%-
XYZ40.6627.3619.66-
YUV140.99113.9192.2-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.68%
GREEN value IS 100 (39.45% from 255) = 22.37%
BLUE value IS 116 (45.70% from 255) = 25.95%
R=51.68%
G=22.37%
B=25.95%

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
Decimal23110011600.570.500.09352.6773.1864.9
HexE764740393291614941
Octal3471441640716211541111101
Binary11100111110010011101000111001110010100110110000110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76474; }

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

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

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

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

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

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

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

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