Html Css Color HEX #EC7A79 Geraldine

📋 copy color: '#EC7A79'

red 236 ◦ green 122 ◦ blue 121

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

Shades of Geraldine #EC7A79

Tints of Geraldine #EC7A79

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.47%

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

R = 49.27%
G = 25.47%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC7A79 (or 0xEC7A79) is known color: Geraldine. HEX triplet: EC, 7A and 79. RGB value is (236,122,121). Sum of RGB (Red+Green+Blue) = 236+122+121=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 121 (47.66% from 255 or 25.26% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7A79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7A79 is #138586. Grayscale: #9C9C9C. Windows color (decimal): -1279367 or 7961324. OLE color: 7961324.

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

Color convert

RGB 236 122 121 -
CMYK 0 0.48 0.49 0.07
HSL 0.52º 0.75% 0.7% -
HSV(B) 0.52º 0.49% 0.93% -
XYZ 45 33.13 22.11 -
YUV 155.97 108.27 185.08 -
System Red Green Blue C M Y K H S L
Decimal 236 122 121 0 0.48 0.49 0.07 0.52 0.75 0.7
Hex EC 7A 79 0 30 31 7 1 4B 46
Octal 354 172 171 0 60 61 7 1 113 106
Binary 11101100 1111010 1111001 0 110000 110001 111 1 1001011 1000110

Color Harmonies of #EC7A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7A79

Black with #EC7A79

Text Example


Text Example

White with #EC7A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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