#ED7977

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

Shades of Geraldine #ED7977

Tints of Geraldine #ED7977

Color information

#ED7977 (or 0xED7977) is unknown color: approx Geraldine. HEX triplet: ED, 79 and 77. RGB value is (237,121,119). Sum of RGB (Red+Green+Blue) = 237+121+119=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 121 (47.66% from 255 or 25.37% from 477); Blue value is 119 (46.88% from 255 or 24.95% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7977 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7977 is #128688. Grayscale: #9B9B9B. Windows color (decimal): -1214089 or 7829997. OLE color: 7829997.

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

Color convert

RGB237121119-
CMYK00.490.500.07
HSL1.02º76.62%69.8%-
HSV(B)1.02º49.79%92.94%-
XYZ45.0933.0121.45-
YUV155.46107.43186.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.69%
GREEN value IS 121 (47.66% from 255) = 25.37%
BLUE value IS 119 (46.88% from 255) = 24.95%
R=49.69%
G=25.37%
B=24.95%

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
Decimal23712111900.490.500.071.0276.6269.8
HexED797703132714d46
Octal3551711670616271115106
Binary11101101111100111101110110001110010111110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7977; }

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

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

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

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

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

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

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

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