#E76365

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

Shades of Froly #E76365

Tints of Froly #E76365

Color information

#E76365 (or 0xE76365) is unknown color: approx Froly. HEX triplet: E7, 63 and 65. RGB value is (231,99,101). Sum of RGB (Red+Green+Blue) = 231+99+101=431 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.60% from 431); Green value is 99 (39.06% from 255 or 22.97% from 431); Blue value is 101 (39.84% from 255 or 23.43% from 431); Max value from RGB is 231 - color contains mainly: red. Hex color #E76365 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76365 is #189C9A. Grayscale: #8A8A8A. Windows color (decimal): -1612955 or 6644711. OLE color: 6644711.

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

Color convert

RGB23199101-
CMYK00.570.560.09
HSL359.09º73.33%64.71%-
HSV(B)359.09º57.14%90.59%-
XYZ39.7726.8515.4-
YUV138.7106.73193.84-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 53.60%
GREEN value IS 99 (39.06% from 255) = 22.97%
BLUE value IS 101 (39.84% from 255) = 23.43%
R=53.60%
G=22.97%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319910100.570.560.09359.0973.3364.71
HexE763650393891674941
Octal3471431450717011547111101
Binary11100111110001111001010111001111000100110110011110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76365; }

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

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

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

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

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

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

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

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