#EC7977

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

Shades of Geraldine #EC7977

Tints of Geraldine #EC7977

Color information

#EC7977 (or 0xEC7977) is unknown color: approx Geraldine. HEX triplet: EC, 79 and 77. RGB value is (236,121,119). Sum of RGB (Red+Green+Blue) = 236+121+119=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 119 (46.88% from 255 or 25% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7977 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7977 is #138688. Grayscale: #9B9B9B. Windows color (decimal): -1279625 or 7829996. OLE color: 7829996.

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

Color convert

RGB236121119-
CMYK00.490.500.07
HSL1.03º75.48%69.61%-
HSV(B)1.03º49.58%92.55%-
XYZ44.7632.8421.43-
YUV155.16107.6185.66-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.58%
GREEN value IS 121 (47.66% from 255) = 25.42%
BLUE value IS 119 (46.88% from 255) = 25%
R=49.58%
G=25.42%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612111900.490.500.071.0375.4869.61
HexEC797703132714b46
Octal3541711670616271113106
Binary11101100111100111101110110001110010111110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7977; }

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

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

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

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

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

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

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

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