#ED7A77

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

Shades of Geraldine #ED7A77

Tints of Geraldine #ED7A77

Color information

#ED7A77 (or 0xED7A77) is unknown color: approx Geraldine. HEX triplet: ED, 7A and 77. RGB value is (237,122,119). Sum of RGB (Red+Green+Blue) = 237+122+119=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 119 (46.88% from 255 or 24.90% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7A77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7A77 is #128588. Grayscale: #9C9C9C. Windows color (decimal): -1213833 or 7830253. OLE color: 7830253.

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

Color convert

RGB237122119-
CMYK00.490.500.07
HSL1.53º76.62%69.8%-
HSV(B)1.53º49.79%92.94%-
XYZ45.2133.2621.49-
YUV156.04107.1185.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.58%
GREEN value IS 122 (48.05% from 255) = 25.52%
BLUE value IS 119 (46.88% from 255) = 24.90%
R=49.58%
G=25.52%
B=24.90%

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
Decimal23712211900.490.500.071.5376.6269.8
HexED7A7703132724d46
Octal3551721670616272115106
Binary111011011111010111011101100011100101111010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7A77; }

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

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

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

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

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

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

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

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