Html Css Color HEX #EC8071 Geraldine

📋 copy color: '#EC8071'

red 236 ◦ green 128 ◦ blue 113

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

Shades of Geraldine #EC8071

Tints of Geraldine #EC8071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.69%

R = 49.48%
G = 26.83%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC8071 (or 0xEC8071) is known color: Geraldine. HEX triplet: EC, 80 and 71. RGB value is (236,128,113). Sum of RGB (Red+Green+Blue) = 236+128+113=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 113 (44.53% from 255 or 23.69% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8071 is #137F8E. Grayscale: #9E9E9E. Windows color (decimal): -1277839 or 7438572. OLE color: 7438572.

HSL color Cylindrical-coordinate representation of color #EC8071: hue angle of 7.32º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC8071 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 128 113 -
CMYK 0 0.46 0.52 0.07
HSL 7.32º 0.76% 0.68% -
HSV(B) 7.32º 0.52% 0.93% -
XYZ 45.29 34.46 19.89 -
YUV 158.58 102.28 183.22 -
System Red Green Blue C M Y K H S L
Decimal 236 128 113 0 0.46 0.52 0.07 7.32 0.76 0.68
Hex EC 80 71 0 2E 34 7 7 4C 44
Octal 354 200 161 0 56 64 7 7 114 104
Binary 11101100 10000000 1110001 0 101110 110100 111 111 1001100 1000100

Color Harmonies of #EC8071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8071

Black with #EC8071

Text Example


Text Example

White with #EC8071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8071; }

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

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

background-color css

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

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

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

border-color css

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

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

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