#E0716F

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

Shades of Geraldine #E0716F

Tints of Geraldine #E0716F

Color information

#E0716F (or 0xE0716F) is unknown color: approx Geraldine. HEX triplet: E0, 71 and 6F. RGB value is (224,113,111). Sum of RGB (Red+Green+Blue) = 224+113+111=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 111 (43.75% from 255 or 24.78% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E0716F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0716F is #1F8E90. Grayscale: #929292. Windows color (decimal): -2068113 or 7303648. OLE color: 7303648.

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

Color convert

RGB224113111-
CMYK00.500.500.12
HSL1.06º64.57%65.69%-
HSV(B)1.06º50.45%87.84%-
XYZ39.5128.8118.52-
YUV145.96108.27183.66-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50%
GREEN value IS 113 (44.53% from 255) = 25.22%
BLUE value IS 111 (43.75% from 255) = 24.78%
R=50%
G=25.22%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411311100.500.500.121.0664.5765.69
HexE0716F03232C14142
Octal34016115706262141101102
Binary111000001110001110111101100101100101100110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0716F; }

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

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

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

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

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

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

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

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