Html Css Color HEX #EC7972 Geraldine

📋 copy color: '#EC7972'

red 236 ◦ green 121 ◦ blue 114

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

Shades of Geraldine #EC7972

Tints of Geraldine #EC7972

RGB

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

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

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

R = 50.11%
G = 25.69%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC7972 (or 0xEC7972) is known color: Geraldine. HEX triplet: EC, 79 and 72. RGB value is (236,121,114). Sum of RGB (Red+Green+Blue) = 236+121+114=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 114 (44.92% from 255 or 24.20% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7972 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7972 is #13868D. Grayscale: #9A9A9A. Windows color (decimal): -1279630 or 7502316. OLE color: 7502316.

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

Color convert

RGB 236 121 114 -
CMYK 0 0.49 0.52 0.07
HSL 3.44º 0.76% 0.69% -
HSV(B) 3.44º 0.52% 0.93% -
XYZ 44.47 32.72 19.89 -
YUV 154.59 105.1 186.07 -
System Red Green Blue C M Y K H S L
Decimal 236 121 114 0 0.49 0.52 0.07 3.44 0.76 0.69
Hex EC 79 72 0 31 34 7 3 4C 45
Octal 354 171 162 0 61 64 7 3 114 105
Binary 11101100 1111001 1110010 0 110001 110100 111 11 1001100 1000101

Color Harmonies of #EC7972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7972

Black with #EC7972

Text Example


Text Example

White with #EC7972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7972; }

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

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

background-color css

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

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

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

border-color css

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

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

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