Html Css Color HEX #EC776E Geraldine

📋 copy color: '#EC776E'

red 236 ◦ green 119 ◦ blue 110

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

Shades of Geraldine #EC776E

Tints of Geraldine #EC776E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.66%

R = 50.75%
G = 25.59%
B = 23.66%

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

#EC776E (or 0xEC776E) is known color: Geraldine. HEX triplet: EC, 77 and 6E. RGB value is (236,119,110). Sum of RGB (Red+Green+Blue) = 236+119+110=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC776E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC776E is #138891. Grayscale: #999999. Windows color (decimal): -1280146 or 7239660. OLE color: 7239660.

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

Color convert

RGB 236 119 110 -
CMYK 0 0.50 0.53 0.07
HSL 4.29º 0.77% 0.68% -
HSV(B) 4.29º 0.53% 0.93% -
XYZ 44 32.15 18.64 -
YUV 152.96 103.76 187.23 -
System Red Green Blue C M Y K H S L
Decimal 236 119 110 0 0.50 0.53 0.07 4.29 0.77 0.68
Hex EC 77 6E 0 32 35 7 4 4D 44
Octal 354 167 156 0 62 65 7 4 115 104
Binary 11101100 1110111 1101110 0 110010 110101 111 100 1001101 1000100

Color Harmonies of #EC776E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC776E

Black with #EC776E

Text Example


Text Example

White with #EC776E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC776E; }

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

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

background-color css

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

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

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

border-color css

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

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

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