Html Css Color HEX #EC7770 Geraldine

📋 copy color: '#EC7770'

red 236 ◦ green 119 ◦ blue 112

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

Shades of Geraldine #EC7770

Tints of Geraldine #EC7770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.98%

R = 50.54%
G = 25.48%
B = 23.98%

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

#EC7770 (or 0xEC7770) is known color: Geraldine. HEX triplet: EC, 77 and 70. RGB value is (236,119,112). Sum of RGB (Red+Green+Blue) = 236+119+112=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7770 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7770 is #13888F. Grayscale: #999999. Windows color (decimal): -1280144 or 7370732. OLE color: 7370732.

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

Color convert

RGB 236 119 112 -
CMYK 0 0.50 0.53 0.07
HSL 3.39º 0.77% 0.68% -
HSV(B) 3.39º 0.53% 0.93% -
XYZ 44.11 32.2 19.22 -
YUV 153.19 104.76 187.07 -
System Red Green Blue C M Y K H S L
Decimal 236 119 112 0 0.50 0.53 0.07 3.39 0.77 0.68
Hex EC 77 70 0 32 35 7 3 4D 44
Octal 354 167 160 0 62 65 7 3 115 104
Binary 11101100 1110111 1110000 0 110010 110101 111 11 1001101 1000100

Color Harmonies of #EC7770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7770

Black with #EC7770

Text Example


Text Example

White with #EC7770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7770; }

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

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

background-color css

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

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

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

border-color css

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

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

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