#E7716E

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

Shades of Geraldine #E7716E

Tints of Geraldine #E7716E

Color information

#E7716E (or 0xE7716E) is unknown color: approx Geraldine. HEX triplet: E7, 71 and 6E. RGB value is (231,113,110). Sum of RGB (Red+Green+Blue) = 231+113+110=454 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.88% from 454); Green value is 113 (44.53% from 255 or 24.89% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 231 - color contains mainly: red. Hex color #E7716E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7716E is #188E91. Grayscale: #949494. Windows color (decimal): -1609362 or 7238119. OLE color: 7238119.

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

Color convert

RGB231113110-
CMYK00.510.520.09
HSL1.49º71.6%66.86%-
HSV(B)1.49º52.38%90.59%-
XYZ41.6729.9218.33-
YUV147.94106.59187.24-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.88%
GREEN value IS 113 (44.53% from 255) = 24.89%
BLUE value IS 110 (43.36% from 255) = 24.23%
R=50.88%
G=24.89%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111311000.510.520.091.4971.666.86
HexE7716E03334914843
Octal34716115606364111110103
Binary111001111110001110111001100111101001001110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7716E; }

 p { color: rgb(231,113,110); }

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

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

 a { background-color: rgb(231,113,110); }

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

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

 span { border-color: rgb(231,113,110); }

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