Html Css Color HEX #EC776F Geraldine

📋 copy color: '#EC776F'

red 236 ◦ green 119 ◦ blue 111

#EC776F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Geraldine #EC776F

Tints of Geraldine #EC776F

RGB

 RED value IS 236 (92.58% from 255) = 50.64%

 GREEN value IS 119 (46.88% from 255) = 25.54%

 BLUE value IS 111 (43.75% from 255) = 23.82%

R = 50.64%
G = 25.54%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC776F (or 0xEC776F) is known color: Geraldine. HEX triplet: EC, 77 and 6F. RGB value is (236,119,111). Sum of RGB (Red+Green+Blue) = 236+119+111=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 111 (43.75% from 255 or 23.82% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC776F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC776F is #138890. Grayscale: #999999. Windows color (decimal): -1280145 or 7305196. OLE color: 7305196.

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

Color convert

RGB 236 119 111 -
CMYK 0 0.50 0.53 0.07
HSL 3.84º 0.77% 0.68% -
HSV(B) 3.84º 0.53% 0.93% -
XYZ 44.06 32.17 18.93 -
YUV 153.07 104.26 187.15 -
System Red Green Blue C M Y K H S L
Decimal 236 119 111 0 0.50 0.53 0.07 3.84 0.77 0.68
Hex EC 77 6F 0 32 35 7 4 4D 44
Octal 354 167 157 0 62 65 7 4 115 104
Binary 11101100 1110111 1101111 0 110010 110101 111 100 1001101 1000100

Color Harmonies of #EC776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC776F

Black with #EC776F

Text Example


Text Example

White with #EC776F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC776F; }

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

 H1.HeaderClassName
 {
   color: #EC776F;
 }
 .AnyTagClassName
 {
   color: #EC776F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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