Html Css Color HEX #EC7670 Geraldine

📋 copy color: '#EC7670'

red 236 ◦ green 118 ◦ blue 112

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

Shades of Geraldine #EC7670

Tints of Geraldine #EC7670

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.32%

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

R = 50.64%
G = 25.32%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC7670 (or 0xEC7670) is known color: Geraldine. HEX triplet: EC, 76 and 70. RGB value is (236,118,112). Sum of RGB (Red+Green+Blue) = 236+118+112=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 118 (46.48% from 255 or 25.32% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7670 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7670 is #13898F. Grayscale: #989898. Windows color (decimal): -1280400 or 7370476. OLE color: 7370476.

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

Color convert

RGB 236 118 112 -
CMYK 0 0.5 0.53 0.07
HSL 2.9º 0.77% 0.68% -
HSV(B) 2.9º 0.53% 0.93% -
XYZ 44 31.96 19.18 -
YUV 152.6 105.09 187.49 -
System Red Green Blue C M Y K H S L
Decimal 236 118 112 0 0.5 0.53 0.07 2.9 0.77 0.68
Hex EC 76 70 0 32 35 7 3 4D 44
Octal 354 166 160 0 62 65 7 3 115 104
Binary 11101100 1110110 1110000 0 110010 110101 111 11 1001101 1000100

Color Harmonies of #EC7670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7670

Black with #EC7670

Text Example


Text Example

White with #EC7670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7670; }

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

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

background-color css

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

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

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

border-color css

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

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

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