#ED7E71

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

Shades of Geraldine #ED7E71

Tints of Geraldine #ED7E71

Color information

#ED7E71 (or 0xED7E71) is unknown color: approx Geraldine. HEX triplet: ED, 7E and 71. RGB value is (237,126,113). Sum of RGB (Red+Green+Blue) = 237+126+113=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 126 (49.61% from 255 or 26.47% from 476); Blue value is 113 (44.53% from 255 or 23.74% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7E71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7E71 is #12818E. Grayscale: #9D9D9D. Windows color (decimal): -1212815 or 7438061. OLE color: 7438061.

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

Color convert

RGB237126113-
CMYK00.470.520.07
HSL6.29º77.5%68.63%-
HSV(B)6.29º52.32%92.94%-
XYZ45.3734.1219.82-
YUV157.71102.77184.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.79%
GREEN value IS 126 (49.61% from 255) = 26.47%
BLUE value IS 113 (44.53% from 255) = 23.74%
R=49.79%
G=26.47%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712611300.470.520.076.2977.568.63
HexED7E7102F34764e45
Octal3551761610576476116105
Binary1110110111111101110001010111111010011111010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7E71; }

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

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

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

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

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

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

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

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