#ED8878

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

Shades of Geraldine #ED8878

Tints of Geraldine #ED8878

Color information

#ED8878 (or 0xED8878) is unknown color: approx Geraldine. HEX triplet: ED, 88 and 78. RGB value is (237,136,120). Sum of RGB (Red+Green+Blue) = 237+136+120=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 120 (47.27% from 255 or 24.34% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8878 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8878 is #127787. Grayscale: #A4A4A4. Windows color (decimal): -1210248 or 7899373. OLE color: 7899373.

HSL color Cylindrical-coordinate representation of color #ED8878: hue angle of 8.21º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED8878 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB237136120-
CMYK00.430.490.07
HSL8.21º76.47%70%-
HSV(B)8.21º49.37%92.94%-
XYZ47.1236.9722.42-
YUV164.38102.96179.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.07%
GREEN value IS 136 (53.52% from 255) = 27.59%
BLUE value IS 120 (47.27% from 255) = 24.34%
R=48.07%
G=27.59%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713612000.430.490.078.2176.4770
HexED887802B31784c46
Octal35521017005361710114106
Binary111011011000100011110000101011110001111100010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8878; }

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

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

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

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

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

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

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

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