#EC7777

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

Shades of Geraldine #EC7777

Tints of Geraldine #EC7777

Color information

#EC7777 (or 0xEC7777) is unknown color: approx Geraldine. HEX triplet: EC, 77 and 77. RGB value is (236,119,119). Sum of RGB (Red+Green+Blue) = 236+119+119=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7777 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7777 is #138888. Grayscale: #9A9A9A. Windows color (decimal): -1280137 or 7829484. OLE color: 7829484.

HSL color Cylindrical-coordinate representation of color #EC7777: hue angle of 0º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC7777 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB236119119-
CMYK00.500.500.07
HSL75.48%69.61%-
HSV(B)49.58%92.55%-
XYZ44.5232.3621.35-
YUV153.98108.26186.5-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.79%
GREEN value IS 119 (46.88% from 255) = 25.11%
BLUE value IS 119 (46.88% from 255) = 25.11%
R=49.79%
G=25.11%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611911900.500.500.07075.4869.61
HexEC777703232704b46
Octal3541671670626270113106
Binary11101100111011111101110110010110010111010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7777; }

 p { color: rgb(236,119,119); }

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

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

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

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

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

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

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