#ED8071

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

Shades of Geraldine #ED8071

Tints of Geraldine #ED8071

Color information

#ED8071 (or 0xED8071) is unknown color: approx Geraldine. HEX triplet: ED, 80 and 71. RGB value is (237,128,113). Sum of RGB (Red+Green+Blue) = 237+128+113=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 113 (44.53% from 255 or 23.64% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8071 is #127F8E. Grayscale: #9F9F9F. Windows color (decimal): -1212303 or 7438573. OLE color: 7438573.

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

Color convert

RGB237128113-
CMYK00.460.520.07
HSL7.26º77.5%68.63%-
HSV(B)7.26º52.32%92.94%-
XYZ45.6234.6419.9-
YUV158.88102.11183.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.58%
GREEN value IS 128 (50.39% from 255) = 26.78%
BLUE value IS 113 (44.53% from 255) = 23.64%
R=49.58%
G=26.78%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712811300.460.520.077.2677.568.63
HexED807102E34774e45
Octal3552001610566477116105
Binary11101101100000001110001010111011010011111110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8071; }

 p { color: rgb(237,128,113); }

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

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

 a { background-color: rgb(237,128,113); }

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

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

 span { border-color: rgb(237,128,113); }

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