Html Css Color HEX #EC7970 Geraldine

📋 copy color: '#EC7970'

red 236 ◦ green 121 ◦ blue 112

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

Shades of Geraldine #EC7970

Tints of Geraldine #EC7970

RGB

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

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

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

R = 50.32%
G = 25.8%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC7970 (or 0xEC7970) is known color: Geraldine. HEX triplet: EC, 79 and 70. RGB value is (236,121,112). Sum of RGB (Red+Green+Blue) = 236+121+112=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 121 (47.66% from 255 or 25.80% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7970 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7970 is #13868F. Grayscale: #9A9A9A. Windows color (decimal): -1279632 or 7371244. OLE color: 7371244.

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

Color convert

RGB 236 121 112 -
CMYK 0 0.49 0.53 0.07
HSL 4.35º 0.77% 0.68% -
HSV(B) 4.35º 0.53% 0.93% -
XYZ 44.35 32.68 19.3 -
YUV 154.36 104.1 186.23 -
System Red Green Blue C M Y K H S L
Decimal 236 121 112 0 0.49 0.53 0.07 4.35 0.77 0.68
Hex EC 79 70 0 31 35 7 4 4D 44
Octal 354 171 160 0 61 65 7 4 115 104
Binary 11101100 1111001 1110000 0 110001 110101 111 100 1001101 1000100

Color Harmonies of #EC7970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7970

Black with #EC7970

Text Example


Text Example

White with #EC7970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7970; }

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

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

background-color css

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

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

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

border-color css

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

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

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