Html Css Color HEX #EC8070 Geraldine

📋 copy color: '#EC8070'

red 236 ◦ green 128 ◦ blue 112

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

Shades of Geraldine #EC8070

Tints of Geraldine #EC8070

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.89%

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

R = 49.58%
G = 26.89%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC8070 (or 0xEC8070) is known color: Geraldine. HEX triplet: EC, 80 and 70. RGB value is (236,128,112). Sum of RGB (Red+Green+Blue) = 236+128+112=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8070 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8070 is #137F8F. Grayscale: #9E9E9E. Windows color (decimal): -1277840 or 7373036. OLE color: 7373036.

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

Color convert

RGB 236 128 112 -
CMYK 0 0.46 0.53 0.07
HSL 7.74º 0.77% 0.68% -
HSV(B) 7.74º 0.53% 0.93% -
XYZ 45.24 34.44 19.59 -
YUV 158.47 101.78 183.3 -
System Red Green Blue C M Y K H S L
Decimal 236 128 112 0 0.46 0.53 0.07 7.74 0.77 0.68
Hex EC 80 70 0 2E 35 7 8 4D 44
Octal 354 200 160 0 56 65 7 10 115 104
Binary 11101100 10000000 1110000 0 101110 110101 111 1000 1001101 1000100

Color Harmonies of #EC8070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8070

Black with #EC8070

Text Example


Text Example

White with #EC8070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8070; }

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

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

background-color css

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

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

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

border-color css

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

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

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