#E0716E

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

Shades of Geraldine #E0716E

Tints of Geraldine #E0716E

Color information

#E0716E (or 0xE0716E) is unknown color: approx Geraldine. HEX triplet: E0, 71 and 6E. RGB value is (224,113,110). Sum of RGB (Red+Green+Blue) = 224+113+110=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 110 (43.36% from 255 or 24.61% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E0716E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0716E is #1F8E91. Grayscale: #919191. Windows color (decimal): -2068114 or 7238112. OLE color: 7238112.

HSL color Cylindrical-coordinate representation of color #E0716E: hue angle of 1.58º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E0716E is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB224113110-
CMYK00.500.510.12
HSL1.58º64.77%65.49%-
HSV(B)1.58º50.89%87.84%-
XYZ39.4628.7818.23-
YUV145.85107.77183.74-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.11%
GREEN value IS 113 (44.53% from 255) = 25.28%
BLUE value IS 110 (43.36% from 255) = 24.61%
R=50.11%
G=25.28%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411311000.500.510.121.5864.7765.49
HexE0716E03233C24141
Octal34016115606263142101101
Binary1110000011100011101110011001011001111001010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0716E; }

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

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

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

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

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

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

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

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