#ED7775

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

Shades of Geraldine #ED7775

Tints of Geraldine #ED7775

Color information

#ED7775 (or 0xED7775) is unknown color: approx Geraldine. HEX triplet: ED, 77 and 75. RGB value is (237,119,117). Sum of RGB (Red+Green+Blue) = 237+119+117=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7775 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7775 is #12888A. Grayscale: #9A9A9A. Windows color (decimal): -1214603 or 7698413. OLE color: 7698413.

HSL color Cylindrical-coordinate representation of color #ED7775: hue angle of 1º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED7775 is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB237119117-
CMYK00.500.510.07
HSL76.92%69.41%-
HSV(B)50.63%92.94%-
XYZ44.7332.4820.74-
YUV154.05107.09187.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.11%
GREEN value IS 119 (46.88% from 255) = 25.16%
BLUE value IS 117 (46.09% from 255) = 24.74%
R=50.11%
G=25.16%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711911700.500.510.07176.9269.41
HexED777503233714d45
Octal3551671650626371115105
Binary11101101111011111101010110010110011111110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7775; }

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

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

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

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

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

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

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

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