#E76B7B

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

Shades of Froly #E76B7B

Tints of Froly #E76B7B

Color information

#E76B7B (or 0xE76B7B) is unknown color: approx Froly. HEX triplet: E7, 6B and 7B. RGB value is (231,107,123). Sum of RGB (Red+Green+Blue) = 231+107+123=461 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50.11% from 461); Green value is 107 (42.19% from 255 or 23.21% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 231 - color contains mainly: red. Hex color #E76B7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76B7B is #189484. Grayscale: #919191. Windows color (decimal): -1610885 or 8088551. OLE color: 8088551.

HSL color Cylindrical-coordinate representation of color #E76B7B: hue angle of 352.26º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E76B7B is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.09.

Color convert

RGB231107123-
CMYK00.540.470.09
HSL352.26º72.09%66.27%-
HSV(B)352.26º53.68%90.59%-
XYZ41.7928.9322.12-
YUV145.9115.08188.7-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.11%
GREEN value IS 107 (42.19% from 255) = 23.21%
BLUE value IS 123 (48.44% from 255) = 26.68%
R=50.11%
G=23.21%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.47
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110712300.540.470.09352.2672.0966.27
HexE76B7B0362F91604842
Octal3471531730665711540110102
Binary11100111110101111110110110110101111100110110000010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76B7B; }

 p { color: rgb(231,107,123); }

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

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

 a { background-color: rgb(231,107,123); }

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

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

 span { border-color: rgb(231,107,123); }

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