#E07C79

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

Shades of Geraldine #E07C79

Tints of Geraldine #E07C79

Color information

#E07C79 (or 0xE07C79) is unknown color: approx Geraldine. HEX triplet: E0, 7C and 79. RGB value is (224,124,121). Sum of RGB (Red+Green+Blue) = 224+124+121=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 124 (48.83% from 255 or 26.44% from 469); Blue value is 121 (47.66% from 255 or 25.80% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07C79 is #1F8386. Grayscale: #999999. Windows color (decimal): -2065287 or 7961824. OLE color: 7961824.

HSL color Cylindrical-coordinate representation of color #E07C79: hue angle of 1.75º 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 #E07C79 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB224124121-
CMYK00.450.460.12
HSL1.75º62.42%67.65%-
HSV(B)1.75º45.98%87.84%-
XYZ41.431.6422.01-
YUV153.56109.63178.24-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.76%
GREEN value IS 124 (48.83% from 255) = 26.44%
BLUE value IS 121 (47.66% from 255) = 25.80%
R=47.76%
G=26.44%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412412100.450.460.121.7562.4267.65
HexE07C7902D2EC23e44
Octal3401741710555614276104
Binary111000001111100111100101011011011101100101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07C79; }

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

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

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

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

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

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

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

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