Html Css Color HEX #EC7C79 Geraldine

📋 copy color: '#EC7C79'

red 236 ◦ green 124 ◦ blue 121

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

Shades of Geraldine #EC7C79

Tints of Geraldine #EC7C79

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.78%

 BLUE value IS 121 (47.66% from 255) = 25.16%

R = 49.06%
G = 25.78%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC7C79 (or 0xEC7C79) is known color: Geraldine. HEX triplet: EC, 7C and 79. RGB value is (236,124,121). Sum of RGB (Red+Green+Blue) = 236+124+121=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 121 (47.66% from 255 or 25.16% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7C79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7C79 is #138386. Grayscale: #9D9D9D. Windows color (decimal): -1278855 or 7961836. OLE color: 7961836.

HSL color Cylindrical-coordinate representation of color #EC7C79: hue angle of 1.57º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC7C79 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 124 121 -
CMYK 0 0.47 0.49 0.07
HSL 1.57º 0.75% 0.7% -
HSV(B) 1.57º 0.49% 0.93% -
XYZ 45.25 33.63 22.2 -
YUV 157.15 107.61 184.24 -
System Red Green Blue C M Y K H S L
Decimal 236 124 121 0 0.47 0.49 0.07 1.57 0.75 0.7
Hex EC 7C 79 0 2F 31 7 2 4B 46
Octal 354 174 171 0 57 61 7 2 113 106
Binary 11101100 1111100 1111001 0 101111 110001 111 10 1001011 1000110

Color Harmonies of #EC7C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7C79

Black with #EC7C79

Text Example


Text Example

White with #EC7C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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