#ED8177

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

Shades of Geraldine #ED8177

Tints of Geraldine #ED8177

Color information

#ED8177 (or 0xED8177) is unknown color: approx Geraldine. HEX triplet: ED, 81 and 77. RGB value is (237,129,119). Sum of RGB (Red+Green+Blue) = 237+129+119=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 119 (46.88% from 255 or 24.54% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8177 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8177 is #127E88. Grayscale: #A0A0A0. Windows color (decimal): -1212041 or 7832045. OLE color: 7832045.

HSL color Cylindrical-coordinate representation of color #ED8177: hue angle of 5.08º degrees, saturation: 0.77, 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 #ED8177 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB237129119-
CMYK00.460.500.07
HSL5.08º76.62%69.8%-
HSV(B)5.08º49.79%92.94%-
XYZ46.1135.0421.79-
YUV160.15104.78182.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.87%
GREEN value IS 129 (50.78% from 255) = 26.60%
BLUE value IS 119 (46.88% from 255) = 24.54%
R=48.87%
G=26.60%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712911900.460.500.075.0876.6269.8
HexED817702E32754d46
Octal3552011670566275115106
Binary11101101100000011110111010111011001011110110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8177; }

 p { color: rgb(237,129,119); }

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

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

 a { background-color: rgb(237,129,119); }

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

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

 span { border-color: rgb(237,129,119); }

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