Html Css Color HEX #EC7370 Geraldine

📋 copy color: '#EC7370'

red 236 ◦ green 115 ◦ blue 112

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

Shades of Geraldine #EC7370

Tints of Geraldine #EC7370

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.84%

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

R = 50.97%
G = 24.84%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC7370 (or 0xEC7370) is known color: Geraldine. HEX triplet: EC, 73 and 70. RGB value is (236,115,112). Sum of RGB (Red+Green+Blue) = 236+115+112=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 115 (45.31% from 255 or 24.84% from 463); Blue value is 112 (44.14% from 255 or 24.19% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7370 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7370 is #138C8F. Grayscale: #969696. Windows color (decimal): -1281168 or 7369708. OLE color: 7369708.

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

Color convert

RGB 236 115 112 -
CMYK 0 0.51 0.53 0.07
HSL 1.45º 0.77% 0.68% -
HSV(B) 1.45º 0.53% 0.93% -
XYZ 43.65 31.26 19.06 -
YUV 150.84 106.09 188.74 -
System Red Green Blue C M Y K H S L
Decimal 236 115 112 0 0.51 0.53 0.07 1.45 0.77 0.68
Hex EC 73 70 0 33 35 7 1 4D 44
Octal 354 163 160 0 63 65 7 1 115 104
Binary 11101100 1110011 1110000 0 110011 110101 111 1 1001101 1000100

Color Harmonies of #EC7370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7370

Black with #EC7370

Text Example


Text Example

White with #EC7370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7370; }

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

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

background-color css

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

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

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

border-color css

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

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

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