#EC7971

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

Shades of Geraldine #EC7971

Tints of Geraldine #EC7971

Color information

#EC7971 (or 0xEC7971) is unknown color: approx Geraldine. HEX triplet: EC, 79 and 71. RGB value is (236,121,113). Sum of RGB (Red+Green+Blue) = 236+121+113=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 121 (47.66% from 255 or 25.74% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7971 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7971 is #13868E. Grayscale: #9A9A9A. Windows color (decimal): -1279631 or 7436780. OLE color: 7436780.

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

Color convert

RGB236121113-
CMYK00.490.520.07
HSL3.9º76.4%68.43%-
HSV(B)3.9º52.12%92.55%-
XYZ44.4132.719.59-
YUV154.47104.6186.15-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.21%
GREEN value IS 121 (47.66% from 255) = 25.74%
BLUE value IS 113 (44.53% from 255) = 24.04%
R=50.21%
G=25.74%
B=24.04%

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
Decimal23612111300.490.520.073.976.468.43
HexEC797103134744c44
Octal3541711610616474114104
Binary1110110011110011110001011000111010011110010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7971; }

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

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

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

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

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

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

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

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