#EC8273

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

Shades of Geraldine #EC8273

Tints of Geraldine #EC8273

Color information

#EC8273 (or 0xEC8273) is unknown color: approx Geraldine. HEX triplet: EC, 82 and 73. RGB value is (236,130,115). Sum of RGB (Red+Green+Blue) = 236+130+115=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 115 (45.31% from 255 or 23.91% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8273 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8273 is #137D8C. Grayscale: #A0A0A0. Windows color (decimal): -1277325 or 7570156. OLE color: 7570156.

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

Color convert

RGB236130115-
CMYK00.450.510.07
HSL7.44º76.1%68.82%-
HSV(B)7.44º51.27%92.55%-
XYZ45.6735.0420.58-
YUV159.98102.62182.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.06%
GREEN value IS 130 (51.17% from 255) = 27.03%
BLUE value IS 115 (45.31% from 255) = 23.91%
R=49.06%
G=27.03%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613011500.450.510.077.4476.168.82
HexEC827302D33774c45
Octal3542021630556377114105
Binary11101100100000101110011010110111001111111110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8273; }

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

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

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

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

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

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

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

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