Html Css Color HEX #EC7772 Geraldine

📋 copy color: '#EC7772'

red 236 ◦ green 119 ◦ blue 114

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

Shades of Geraldine #EC7772

Tints of Geraldine #EC7772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.31%

R = 50.32%
G = 25.37%
B = 24.31%

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

#EC7772 (or 0xEC7772) is known color: Geraldine. HEX triplet: EC, 77 and 72. RGB value is (236,119,114). Sum of RGB (Red+Green+Blue) = 236+119+114=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 119 (46.88% from 255 or 25.37% from 469); Blue value is 114 (44.92% from 255 or 24.31% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7772 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7772 is #13888D. Grayscale: #999999. Windows color (decimal): -1280142 or 7501804. OLE color: 7501804.

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

Color convert

RGB 236 119 114 -
CMYK 0 0.50 0.52 0.07
HSL 2.46º 0.76% 0.69% -
HSV(B) 2.46º 0.52% 0.93% -
XYZ 44.23 32.24 19.81 -
YUV 153.41 105.76 186.91 -
System Red Green Blue C M Y K H S L
Decimal 236 119 114 0 0.50 0.52 0.07 2.46 0.76 0.69
Hex EC 77 72 0 32 34 7 2 4C 45
Octal 354 167 162 0 62 64 7 2 114 105
Binary 11101100 1110111 1110010 0 110010 110100 111 10 1001100 1000101

Color Harmonies of #EC7772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7772

Black with #EC7772

Text Example


Text Example

White with #EC7772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7772; }

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

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

background-color css

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

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

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

border-color css

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

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

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