Html Css Color HEX #EC7A70 Geraldine

📋 copy color: '#EC7A70'

red 236 ◦ green 122 ◦ blue 112

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

Shades of Geraldine #EC7A70

Tints of Geraldine #EC7A70

RGB

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

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

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

R = 50.21%
G = 25.96%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC7A70 (or 0xEC7A70) is known color: Geraldine. HEX triplet: EC, 7A and 70. RGB value is (236,122,112). Sum of RGB (Red+Green+Blue) = 236+122+112=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7A70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7A70 is #13858F. Grayscale: #9B9B9B. Windows color (decimal): -1279376 or 7371500. OLE color: 7371500.

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

Color convert

RGB 236 122 112 -
CMYK 0 0.48 0.53 0.07
HSL 4.84º 0.77% 0.68% -
HSV(B) 4.84º 0.53% 0.93% -
XYZ 44.48 32.92 19.34 -
YUV 154.95 103.77 185.81 -
System Red Green Blue C M Y K H S L
Decimal 236 122 112 0 0.48 0.53 0.07 4.84 0.77 0.68
Hex EC 7A 70 0 30 35 7 5 4D 44
Octal 354 172 160 0 60 65 7 5 115 104
Binary 11101100 1111010 1110000 0 110000 110101 111 101 1001101 1000100

Color Harmonies of #EC7A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7A70

Black with #EC7A70

Text Example


Text Example

White with #EC7A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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