#E0716A

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

Shades of Geraldine #E0716A

Tints of Geraldine #E0716A

Color information

#E0716A (or 0xE0716A) is unknown color: approx Geraldine. HEX triplet: E0, 71 and 6A. RGB value is (224,113,106). Sum of RGB (Red+Green+Blue) = 224+113+106=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 106 (41.80% from 255 or 23.93% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E0716A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0716A is #1F8E95. Grayscale: #919191. Windows color (decimal): -2068118 or 6975968. OLE color: 6975968.

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

Color convert

RGB224113106-
CMYK00.500.530.12
HSL3.56º65.56%64.71%-
HSV(B)3.56º52.68%87.84%-
XYZ39.2528.717.11-
YUV145.39105.77184.07-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.56%
GREEN value IS 113 (44.53% from 255) = 25.51%
BLUE value IS 106 (41.80% from 255) = 23.93%
R=50.56%
G=25.51%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411310600.500.530.123.5665.5664.71
HexE0716A03235C44241
Octal34016115206265144102101
Binary11100000111000111010100110010110101110010010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0716A; }

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

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

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

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

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

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

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

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