#ED7877

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

Shades of Geraldine #ED7877

Tints of Geraldine #ED7877

Color information

#ED7877 (or 0xED7877) is unknown color: approx Geraldine. HEX triplet: ED, 78 and 77. RGB value is (237,120,119). Sum of RGB (Red+Green+Blue) = 237+120+119=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 120 (47.27% from 255 or 25.21% from 476); Blue value is 119 (46.88% from 255 or 25% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7877 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7877 is #128788. Grayscale: #9A9A9A. Windows color (decimal): -1214345 or 7829741. OLE color: 7829741.

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

Color convert

RGB237120119-
CMYK00.490.500.07
HSL0.51º76.62%69.8%-
HSV(B)0.51º49.79%92.94%-
XYZ44.9732.7721.41-
YUV154.87107.76186.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.79%
GREEN value IS 120 (47.27% from 255) = 25.21%
BLUE value IS 119 (46.88% from 255) = 25%
R=49.79%
G=25.21%
B=25%

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
Decimal23712011900.490.500.070.5176.6269.8
HexED787703132714d46
Octal3551701670616271115106
Binary11101101111100011101110110001110010111110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7877; }

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

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

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

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

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

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

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

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