#ee7976

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

Shades of Geraldine #EE7976

Tints of Geraldine #EE7976

Color information

#EE7976 (or 0xEE7976) is unknown color: approx Geraldine. HEX triplet: EE, 79 and 76. RGB value is (238,121,118). Sum of RGB (Red+Green+Blue) = 238+121+118=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 121 (47.66% from 255 or 25.37% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7976 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7976 is #118689. Grayscale: #9B9B9B. Windows color (decimal): -1148554 or 7764462. OLE color: 7764462.

HSL color Cylindrical-coordinate representation of color #EE7976: hue angle of 1.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE7976 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB238121118-
CMYK00.490.500.07
HSL1.5º77.92%69.8%-
HSV(B)1.5º50.42%93.33%-
XYZ45.3733.1621.15-
YUV155.64106.76186.74-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 49.90%
GREEN value IS 121 (47.66% from 255) = 25.37%
BLUE value IS 118 (46.48% from 255) = 24.74%
R=49.90%
G=25.37%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812111800.490.500.071.577.9269.8
HexEE797603132724e46
Octal3561711660616272116106
Binary111011101111001111011001100011100101111010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ee7976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ee7976; }

 p { color: rgb(238,121,118); }

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

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

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

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

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

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

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