#E16C6C

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

Shades of Geraldine #E16C6C

Tints of Geraldine #E16C6C

Color information

#E16C6C (or 0xE16C6C) is unknown color: approx Geraldine. HEX triplet: E1, 6C and 6C. RGB value is (225,108,108). Sum of RGB (Red+Green+Blue) = 225+108+108=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16C6C is #1E9393. Grayscale: #8F8F8F. Windows color (decimal): -2003860 or 7105761. OLE color: 7105761.

HSL color Cylindrical-coordinate representation of color #E16C6C: hue angle of 0º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E16C6C is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB225108108-
CMYK00.520.520.12
HSL66.1%65.29%-
HSV(B)52%88.24%-
XYZ39.1227.8217.49-
YUV142.98108.26186.5-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.02%
GREEN value IS 108 (42.58% from 255) = 24.49%
BLUE value IS 108 (42.58% from 255) = 24.49%
R=51.02%
G=24.49%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510810800.520.520.12066.165.29
HexE16C6C03434C04241
Octal34115415406464140102101
Binary111000011101100110110001101001101001100010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16C6C; }

 p { color: rgb(225,108,108); }

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

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

 a { background-color: rgb(225,108,108); }

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

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

 span { border-color: rgb(225,108,108); }

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