#E07979

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

Shades of Geraldine #E07979

Tints of Geraldine #E07979

Color information

#E07979 (or 0xE07979) is unknown color: approx Geraldine. HEX triplet: E0, 79 and 79. RGB value is (224,121,121). Sum of RGB (Red+Green+Blue) = 224+121+121=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 121 (47.66% from 255 or 25.97% from 466); Blue value is 121 (47.66% from 255 or 25.97% from 466); Max value from RGB is 224 - color contains mainly: red. Hex color #E07979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07979 is #1F8686. Grayscale: #979797. Windows color (decimal): -2066055 or 7961056. OLE color: 7961056.

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

Color convert

RGB224121121-
CMYK00.460.460.12
HSL62.42%67.65%-
HSV(B)45.98%87.84%-
XYZ41.0330.921.89-
YUV151.8110.62179.5-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.07%
GREEN value IS 121 (47.66% from 255) = 25.97%
BLUE value IS 121 (47.66% from 255) = 25.97%
R=48.07%
G=25.97%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412112100.460.460.12062.4267.65
HexE0797902E2EC03e44
Octal3401711710565614076104
Binary11100000111100111110010101110101110110001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07979; }

 p { color: rgb(224,121,121); }

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

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

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

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

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

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

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