#ED7976

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

Shades of Geraldine #ED7976

Tints of Geraldine #ED7976

Color information

#ED7976 (or 0xED7976) is unknown color: approx Geraldine. HEX triplet: ED, 79 and 76. RGB value is (237,121,118). Sum of RGB (Red+Green+Blue) = 237+121+118=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 118 (46.48% from 255 or 24.79% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7976 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7976 is #128689. Grayscale: #9B9B9B. Windows color (decimal): -1214090 or 7764461. OLE color: 7764461.

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

Color convert

RGB237121118-
CMYK00.490.500.07
HSL1.51º76.77%69.61%-
HSV(B)1.51º50.21%92.94%-
XYZ45.0332.9921.13-
YUV155.34106.93186.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.79%
GREEN value IS 121 (47.66% from 255) = 25.42%
BLUE value IS 118 (46.48% from 255) = 24.79%
R=49.79%
G=25.42%
B=24.79%

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
Decimal23712111800.490.500.071.5176.7769.61
HexED797603132724d46
Octal3551711660616272115106
Binary111011011111001111011001100011100101111010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7976; }

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

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

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

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

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

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

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

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