#ED7971

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

Shades of Geraldine #ED7971

Tints of Geraldine #ED7971

Color information

#ED7971 (or 0xED7971) is unknown color: approx Geraldine. HEX triplet: ED, 79 and 71. RGB value is (237,121,113). Sum of RGB (Red+Green+Blue) = 237+121+113=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7971 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7971 is #12868E. Grayscale: #9A9A9A. Windows color (decimal): -1214095 or 7436781. OLE color: 7436781.

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

Color convert

RGB237121113-
CMYK00.490.520.07
HSL3.87º77.5%68.63%-
HSV(B)3.87º52.32%92.94%-
XYZ44.7432.8719.61-
YUV154.77104.43186.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.32%
GREEN value IS 121 (47.66% from 255) = 25.69%
BLUE value IS 113 (44.53% from 255) = 23.99%
R=50.32%
G=25.69%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712111300.490.520.073.8777.568.63
HexED797103134744e45
Octal3551711610616474116105
Binary1110110111110011110001011000111010011110010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7971; }

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

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

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

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

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

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

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

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