Html Css Color HEX #EC7977 Geraldine

📋 copy color: '#EC7977'

red 236 ◦ green 121 ◦ blue 119

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

Shades of Geraldine #EC7977

Tints of Geraldine #EC7977

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.42%

 BLUE value IS 119 (46.88% from 255) = 25%

R = 49.58%
G = 25.42%
B = 25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC7977 (or 0xEC7977) is known color: Geraldine. HEX triplet: EC, 79 and 77. RGB value is (236,121,119). Sum of RGB (Red+Green+Blue) = 236+121+119=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 119 (46.88% from 255 or 25% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7977 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7977 is #138688. Grayscale: #9B9B9B. Windows color (decimal): -1279625 or 7829996. OLE color: 7829996.

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

Color convert

RGB 236 121 119 -
CMYK 0 0.49 0.50 0.07
HSL 1.03º 0.75% 0.7% -
HSV(B) 1.03º 0.5% 0.93% -
XYZ 44.76 32.84 21.43 -
YUV 155.16 107.6 185.66 -
System Red Green Blue C M Y K H S L
Decimal 236 121 119 0 0.49 0.50 0.07 1.03 0.75 0.7
Hex EC 79 77 0 31 32 7 1 4B 46
Octal 354 171 167 0 61 62 7 1 113 106
Binary 11101100 1111001 1110111 0 110001 110010 111 1 1001011 1000110

Color Harmonies of #EC7977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7977

Black with #EC7977

Text Example


Text Example

White with #EC7977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7977; }

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

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

background-color css

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

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

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

border-color css

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

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

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