#E76378

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

Shades of Froly #E76378

Tints of Froly #E76378

Color information

#E76378 (or 0xE76378) is unknown color: approx Froly. HEX triplet: E7, 63 and 78. RGB value is (231,99,120). Sum of RGB (Red+Green+Blue) = 231+99+120=450 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.33% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 231 - color contains mainly: red. Hex color #E76378 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76378 is #189C87. Grayscale: #8C8C8C. Windows color (decimal): -1612936 or 7889895. OLE color: 7889895.

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

Color convert

RGB23199120-
CMYK00.570.480.09
HSL350.45º73.33%64.71%-
HSV(B)350.45º57.14%90.59%-
XYZ40.8127.2720.88-
YUV140.86116.23192.29-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.33%
GREEN value IS 99 (39.06% from 255) = 22%
BLUE value IS 120 (47.27% from 255) = 26.67%
R=51.33%
G=22%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319912000.570.480.09350.4573.3364.71
HexE7637803930915e4941
Octal3471431700716011536111101
Binary11100111110001111110000111001110000100110101111010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76378; }

 p { color: rgb(231,99,120); }

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

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

 a { background-color: rgb(231,99,120); }

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

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

 span { border-color: rgb(231,99,120); }

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