#EC7571

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

Shades of Geraldine #EC7571

Tints of Geraldine #EC7571

Color information

#EC7571 (or 0xEC7571) is unknown color: approx Geraldine. HEX triplet: EC, 75 and 71. RGB value is (236,117,113). Sum of RGB (Red+Green+Blue) = 236+117+113=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 113 (44.53% from 255 or 24.25% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7571 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7571 is #138A8E. Grayscale: #989898. Windows color (decimal): -1280655 or 7435756. OLE color: 7435756.

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

Color convert

RGB236117113-
CMYK00.500.520.07
HSL1.95º76.4%68.43%-
HSV(B)1.95º52.12%92.55%-
XYZ43.9331.7519.44-
YUV152.12105.92187.83-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.64%
GREEN value IS 117 (46.09% from 255) = 25.11%
BLUE value IS 113 (44.53% from 255) = 24.25%
R=50.64%
G=25.11%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611711300.500.520.071.9576.468.43
HexEC757103234724c44
Octal3541651610626472114104
Binary111011001110101111000101100101101001111010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7571; }

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

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

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

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

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

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

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

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