Html Css Color HEX #EC7E70 Geraldine

📋 copy color: '#EC7E70'

red 236 ◦ green 126 ◦ blue 112

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

Shades of Geraldine #EC7E70

Tints of Geraldine #EC7E70

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.58%

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

R = 49.79%
G = 26.58%
B = 23.63%

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

#EC7E70 (or 0xEC7E70) is known color: Geraldine. HEX triplet: EC, 7E and 70. RGB value is (236,126,112). Sum of RGB (Red+Green+Blue) = 236+126+112=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 126 (49.61% from 255 or 26.58% from 474); Blue value is 112 (44.14% from 255 or 23.63% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7E70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7E70 is #13818F. Grayscale: #9D9D9D. Windows color (decimal): -1278352 or 7372524. OLE color: 7372524.

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

Color convert

RGB 236 126 112 -
CMYK 0 0.47 0.53 0.07
HSL 6.77º 0.77% 0.68% -
HSV(B) 6.77º 0.53% 0.93% -
XYZ 44.98 33.92 19.51 -
YUV 157.29 102.44 184.14 -
System Red Green Blue C M Y K H S L
Decimal 236 126 112 0 0.47 0.53 0.07 6.77 0.77 0.68
Hex EC 7E 70 0 2F 35 7 7 4D 44
Octal 354 176 160 0 57 65 7 7 115 104
Binary 11101100 1111110 1110000 0 101111 110101 111 111 1001101 1000100

Color Harmonies of #EC7E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7E70

Black with #EC7E70

Text Example


Text Example

White with #EC7E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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