#ED7E79

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

Shades of Geraldine #ED7E79

Tints of Geraldine #ED7E79

Color information

#ED7E79 (or 0xED7E79) is unknown color: approx Geraldine. HEX triplet: ED, 7E and 79. RGB value is (237,126,121). Sum of RGB (Red+Green+Blue) = 237+126+121=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 126 (49.61% from 255 or 26.03% from 484); Blue value is 121 (47.66% from 255 or 25% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7E79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7E79 is #128186. Grayscale: #9E9E9E. Windows color (decimal): -1212807 or 7962349. OLE color: 7962349.

HSL color Cylindrical-coordinate representation of color #ED7E79: hue angle of 2.59º degrees, saturation: 0.76, 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 #ED7E79 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB237126121-
CMYK00.470.490.07
HSL2.59º76.32%70.2%-
HSV(B)2.59º48.95%92.94%-
XYZ45.8434.3122.3-
YUV158.62106.77183.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.97%
GREEN value IS 126 (49.61% from 255) = 26.03%
BLUE value IS 121 (47.66% from 255) = 25%
R=48.97%
G=26.03%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712612100.470.490.072.5976.3270.2
HexED7E7902F31734c46
Octal3551761710576173114106
Binary111011011111110111100101011111100011111110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7E79; }

 p { color: rgb(237,126,121); }

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

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

 a { background-color: rgb(237,126,121); }

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

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

 span { border-color: rgb(237,126,121); }

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