#ED7776

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

Shades of Geraldine #ED7776

Tints of Geraldine #ED7776

Color information

#ED7776 (or 0xED7776) is unknown color: approx Geraldine. HEX triplet: ED, 77 and 76. RGB value is (237,119,118). Sum of RGB (Red+Green+Blue) = 237+119+118=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 118 (46.48% from 255 or 24.89% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7776 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7776 is #128889. Grayscale: #9A9A9A. Windows color (decimal): -1214602 or 7763949. OLE color: 7763949.

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

Color convert

RGB237119118-
CMYK00.500.500.07
HSL0.5º76.77%69.61%-
HSV(B)0.5º50.21%92.94%-
XYZ44.7932.5121.05-
YUV154.17107.59187.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50%
GREEN value IS 119 (46.88% from 255) = 25.11%
BLUE value IS 118 (46.48% from 255) = 24.89%
R=50%
G=25.11%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711911800.500.500.070.576.7769.61
HexED777603232714d46
Octal3551671660626271115106
Binary11101101111011111101100110010110010111110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7776; }

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

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

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

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

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

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

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

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