Html Css Color HEX #EC7870 Geraldine

📋 copy color: '#EC7870'

red 236 ◦ green 120 ◦ blue 112

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

Shades of Geraldine #EC7870

Tints of Geraldine #EC7870

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.64%

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

R = 50.43%
G = 25.64%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC7870 (or 0xEC7870) is known color: Geraldine. HEX triplet: EC, 78 and 70. RGB value is (236,120,112). Sum of RGB (Red+Green+Blue) = 236+120+112=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 120 (47.27% from 255 or 25.64% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7870 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7870 is #13878F. Grayscale: #999999. Windows color (decimal): -1279888 or 7370988. OLE color: 7370988.

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

Color convert

RGB 236 120 112 -
CMYK 0 0.49 0.53 0.07
HSL 3.87º 0.77% 0.68% -
HSV(B) 3.87º 0.53% 0.93% -
XYZ 44.23 32.44 19.26 -
YUV 153.77 104.43 186.65 -
System Red Green Blue C M Y K H S L
Decimal 236 120 112 0 0.49 0.53 0.07 3.87 0.77 0.68
Hex EC 78 70 0 31 35 7 4 4D 44
Octal 354 170 160 0 61 65 7 4 115 104
Binary 11101100 1111000 1110000 0 110001 110101 111 100 1001101 1000100

Color Harmonies of #EC7870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7870

Black with #EC7870

Text Example


Text Example

White with #EC7870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7870; }

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

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

background-color css

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

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

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

border-color css

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

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

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