Html Css Color HEX #EC7C70 Geraldine

📋 copy color: '#EC7C70'

red 236 ◦ green 124 ◦ blue 112

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

Shades of Geraldine #EC7C70

Tints of Geraldine #EC7C70

RGB

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

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

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

R = 50%
G = 26.27%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC7C70 (or 0xEC7C70) is known color: Geraldine. HEX triplet: EC, 7C and 70. RGB value is (236,124,112). Sum of RGB (Red+Green+Blue) = 236+124+112=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 124 (48.83% from 255 or 26.27% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7C70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7C70 is #13838F. Grayscale: #9C9C9C. Windows color (decimal): -1278864 or 7372012. OLE color: 7372012.

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

Color convert

RGB 236 124 112 -
CMYK 0 0.47 0.53 0.07
HSL 5.81º 0.77% 0.68% -
HSV(B) 5.81º 0.53% 0.93% -
XYZ 44.72 33.42 19.42 -
YUV 156.12 103.11 184.98 -
System Red Green Blue C M Y K H S L
Decimal 236 124 112 0 0.47 0.53 0.07 5.81 0.77 0.68
Hex EC 7C 70 0 2F 35 7 6 4D 44
Octal 354 174 160 0 57 65 7 6 115 104
Binary 11101100 1111100 1110000 0 101111 110101 111 110 1001101 1000100

Color Harmonies of #EC7C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7C70

Black with #EC7C70

Text Example


Text Example

White with #EC7C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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