#EC7471

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

Shades of Geraldine #EC7471

Tints of Geraldine #EC7471

Color information

#EC7471 (or 0xEC7471) is unknown color: approx Geraldine. HEX triplet: EC, 74 and 71. RGB value is (236,116,113). Sum of RGB (Red+Green+Blue) = 236+116+113=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 113 (44.53% from 255 or 24.30% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7471 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7471 is #138B8E. Grayscale: #979797. Windows color (decimal): -1280911 or 7435500. OLE color: 7435500.

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

Color convert

RGB236116113-
CMYK00.510.520.07
HSL1.46º76.4%68.43%-
HSV(B)1.46º52.12%92.55%-
XYZ43.8231.5219.4-
YUV151.54106.26188.24-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.75%
GREEN value IS 116 (45.70% from 255) = 24.95%
BLUE value IS 113 (44.53% from 255) = 24.30%
R=50.75%
G=24.95%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611611300.510.520.071.4676.468.43
HexEC747103334714c44
Octal3541641610636471114104
Binary11101100111010011100010110011110100111110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7471; }

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

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

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

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

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

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

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

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