#EC7877

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

Shades of Geraldine #EC7877

Tints of Geraldine #EC7877

Color information

#EC7877 (or 0xEC7877) is unknown color: approx Geraldine. HEX triplet: EC, 78 and 77. RGB value is (236,120,119). Sum of RGB (Red+Green+Blue) = 236+120+119=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 120 (47.27% from 255 or 25.26% from 475); Blue value is 119 (46.88% from 255 or 25.05% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7877 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7877 is #138788. Grayscale: #9A9A9A. Windows color (decimal): -1279881 or 7829740. OLE color: 7829740.

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

Color convert

RGB236120119-
CMYK00.490.500.07
HSL0.51º75.48%69.61%-
HSV(B)0.51º49.58%92.55%-
XYZ44.6432.621.39-
YUV154.57107.93186.08-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.68%
GREEN value IS 120 (47.27% from 255) = 25.26%
BLUE value IS 119 (46.88% from 255) = 25.05%
R=49.68%
G=25.26%
B=25.05%

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
Decimal23612011900.490.500.070.5175.4869.61
HexEC787703132714b46
Octal3541701670616271113106
Binary11101100111100011101110110001110010111110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7877; }

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

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

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

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

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

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

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

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