#EC8278

Color #EC8278 Geraldine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geraldine #EC8278

Tints of Geraldine #EC8278

Color information

#EC8278 (or 0xEC8278) is unknown color: approx Geraldine. HEX triplet: EC, 82 and 78. RGB value is (236,130,120). Sum of RGB (Red+Green+Blue) = 236+130+120=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8278 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8278 is #137D87. Grayscale: #A0A0A0. Windows color (decimal): -1277320 or 7897836. OLE color: 7897836.

HSL color Cylindrical-coordinate representation of color #EC8278: hue angle of 5.17º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC8278 is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB236130120-
CMYK00.450.490.07
HSL5.17º75.32%69.8%-
HSV(B)5.17º49.15%92.55%-
XYZ45.9635.1522.13-
YUV160.55105.12181.81-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.56%
GREEN value IS 130 (51.17% from 255) = 26.75%
BLUE value IS 120 (47.27% from 255) = 24.69%
R=48.56%
G=26.75%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613012000.450.490.075.1775.3269.8
HexEC827802D31754b46
Octal3542021700556175113106
Binary11101100100000101111000010110111000111110110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8278; }

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

 H1.HeaderClassName
 {
   color: #EC8278;
 }
 .AnyTagClassName
 {
   color: #EC8278;
 }
</style>
background-color css

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

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

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

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

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

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