#E0716C

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

Shades of Geraldine #E0716C

Tints of Geraldine #E0716C

Color information

#E0716C (or 0xE0716C) is unknown color: approx Geraldine. HEX triplet: E0, 71 and 6C. RGB value is (224,113,108). Sum of RGB (Red+Green+Blue) = 224+113+108=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 113 (44.53% from 255 or 25.39% from 445); Blue value is 108 (42.58% from 255 or 24.27% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E0716C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0716C is #1F8E93. Grayscale: #919191. Windows color (decimal): -2068116 or 7107040. OLE color: 7107040.

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

Color convert

RGB224113108-
CMYK00.500.520.12
HSL2.59º65.17%65.1%-
HSV(B)2.59º51.79%87.84%-
XYZ39.3528.7417.66-
YUV145.62106.77183.91-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.34%
GREEN value IS 113 (44.53% from 255) = 25.39%
BLUE value IS 108 (42.58% from 255) = 24.27%
R=50.34%
G=25.39%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411310800.500.520.122.5965.1765.1
HexE0716C03234C34141
Octal34016115406264143101101
Binary1110000011100011101100011001011010011001110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0716C; }

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

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

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

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

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

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

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

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