#E76366

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

Shades of Froly #E76366

Tints of Froly #E76366

Color information

#E76366 (or 0xE76366) is unknown color: approx Froly. HEX triplet: E7, 63 and 66. RGB value is (231,99,102). Sum of RGB (Red+Green+Blue) = 231+99+102=432 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.47% from 432); Green value is 99 (39.06% from 255 or 22.92% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 231 - color contains mainly: red. Hex color #E76366 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76366 is #189C99. Grayscale: #8A8A8A. Windows color (decimal): -1612954 or 6710247. OLE color: 6710247.

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

Color convert

RGB23199102-
CMYK00.570.560.09
HSL358.64º73.33%64.71%-
HSV(B)358.64º57.14%90.59%-
XYZ39.8226.8715.66-
YUV138.81107.23193.76-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 53.47%
GREEN value IS 99 (39.06% from 255) = 22.92%
BLUE value IS 102 (40.23% from 255) = 23.61%
R=53.47%
G=22.92%
B=23.61%

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
Decimal2319910200.570.560.09358.6473.3364.71
HexE763660393891674941
Octal3471431460717011547111101
Binary11100111110001111001100111001111000100110110011110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76366; }

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

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

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

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

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

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

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

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