#E07978

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

Shades of Geraldine #E07978

Tints of Geraldine #E07978

Color information

#E07978 (or 0xE07978) is unknown color: approx Geraldine. HEX triplet: E0, 79 and 78. RGB value is (224,121,120). Sum of RGB (Red+Green+Blue) = 224+121+120=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 120 (47.27% from 255 or 25.81% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E07978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07978 is #1F8687. Grayscale: #979797. Windows color (decimal): -2066056 or 7895520. OLE color: 7895520.

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

Color convert

RGB224121120-
CMYK00.460.460.12
HSL0.58º62.65%67.45%-
HSV(B)0.58º46.43%87.84%-
XYZ40.9730.8821.57-
YUV151.68110.12179.58-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.17%
GREEN value IS 121 (47.66% from 255) = 26.02%
BLUE value IS 120 (47.27% from 255) = 25.81%
R=48.17%
G=26.02%
B=25.81%

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
Decimal22412112000.460.460.120.5862.6567.45
HexE0797802E2EC13f43
Octal3401711700565614177103
Binary11100000111100111110000101110101110110011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07978; }

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

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

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

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

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

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

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

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