#E07974

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

Shades of Geraldine #E07974

Tints of Geraldine #E07974

Color information

#E07974 (or 0xE07974) is unknown color: approx Geraldine. HEX triplet: E0, 79 and 74. RGB value is (224,121,116). Sum of RGB (Red+Green+Blue) = 224+121+116=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 116 (45.70% from 255 or 25.16% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E07974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07974 is #1F868B. Grayscale: #979797. Windows color (decimal): -2066060 or 7633376. OLE color: 7633376.

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

Color convert

RGB224121116-
CMYK00.460.480.12
HSL2.78º63.53%66.67%-
HSV(B)2.78º48.21%87.84%-
XYZ40.7330.7820.32-
YUV151.23108.12179.91-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.59%
GREEN value IS 121 (47.66% from 255) = 26.25%
BLUE value IS 116 (45.70% from 255) = 25.16%
R=48.59%
G=26.25%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412111600.460.480.122.7863.5366.67
HexE0797402E30C34043
Octal34017116405660143100103
Binary1110000011110011110100010111011000011001110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07974; }

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

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

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

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

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

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

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

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