#E16D6D

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

Shades of Geraldine #E16D6D

Tints of Geraldine #E16D6D

Color information

#E16D6D (or 0xE16D6D) is unknown color: approx Geraldine. HEX triplet: E1, 6D and 6D. RGB value is (225,109,109). Sum of RGB (Red+Green+Blue) = 225+109+109=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E16D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16D6D is #1E9292. Grayscale: #8F8F8F. Windows color (decimal): -2003603 or 7171553. OLE color: 7171553.

HSL color Cylindrical-coordinate representation of color #E16D6D: 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 #E16D6D is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB225109109-
CMYK00.520.520.12
HSL65.91%65.49%-
HSV(B)51.56%88.24%-
XYZ39.2828.0517.81-
YUV143.68108.43186-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.79%
GREEN value IS 109 (42.97% from 255) = 24.60%
BLUE value IS 109 (42.97% from 255) = 24.60%
R=50.79%
G=24.60%
B=24.60%

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
Decimal22510910900.520.520.12065.9165.49
HexE16D6D03434C04241
Octal34115515506464140102101
Binary111000011101101110110101101001101001100010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16D6D; }

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

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

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

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

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

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

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

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