Html Css Color HEX #EC7771 Geraldine

📋 copy color: '#EC7771'

red 236 ◦ green 119 ◦ blue 113

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

Shades of Geraldine #EC7771

Tints of Geraldine #EC7771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.15%

R = 50.43%
G = 25.43%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC7771 (or 0xEC7771) is known color: Geraldine. HEX triplet: EC, 77 and 71. RGB value is (236,119,113). Sum of RGB (Red+Green+Blue) = 236+119+113=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 113 (44.53% from 255 or 24.15% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7771 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7771 is #13888E. Grayscale: #999999. Windows color (decimal): -1280143 or 7436268. OLE color: 7436268.

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

Color convert

RGB 236 119 113 -
CMYK 0 0.50 0.52 0.07
HSL 2.93º 0.76% 0.68% -
HSV(B) 2.93º 0.52% 0.93% -
XYZ 44.17 32.22 19.51 -
YUV 153.3 105.26 186.99 -
System Red Green Blue C M Y K H S L
Decimal 236 119 113 0 0.50 0.52 0.07 2.93 0.76 0.68
Hex EC 77 71 0 32 34 7 3 4C 44
Octal 354 167 161 0 62 64 7 3 114 104
Binary 11101100 1110111 1110001 0 110010 110100 111 11 1001100 1000100

Color Harmonies of #EC7771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7771

Black with #EC7771

Text Example


Text Example

White with #EC7771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7771; }

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

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

background-color css

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

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

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

border-color css

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

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

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