#EE7B79

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

Shades of Geraldine #EE7B79

Tints of Geraldine #EE7B79

Color information

#EE7B79 (or 0xEE7B79) is unknown color: approx Geraldine. HEX triplet: EE, 7B and 79. RGB value is (238,123,121). Sum of RGB (Red+Green+Blue) = 238+123+121=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 123 (48.44% from 255 or 25.52% from 482); Blue value is 121 (47.66% from 255 or 25.10% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7B79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7B79 is #118486. Grayscale: #9D9D9D. Windows color (decimal): -1148039 or 7961582. OLE color: 7961582.

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

Color convert

RGB238123121-
CMYK00.480.490.07
HSL1.03º77.48%70.39%-
HSV(B)1.03º49.16%93.33%-
XYZ45.7933.7222.18-
YUV157.16107.6185.66-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 49.38%
GREEN value IS 123 (48.44% from 255) = 25.52%
BLUE value IS 121 (47.66% from 255) = 25.10%
R=49.38%
G=25.52%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812312100.480.490.071.0377.4870.39
HexEE7B7903031714d46
Octal3561731710606171115106
Binary11101110111101111110010110000110001111110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7B79; }

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

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

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

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

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

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

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

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