#E16E6D

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

Shades of Geraldine #E16E6D

Tints of Geraldine #E16E6D

Color information

#E16E6D (or 0xE16E6D) is unknown color: approx Geraldine. HEX triplet: E1, 6E and 6D. RGB value is (225,110,109). Sum of RGB (Red+Green+Blue) = 225+110+109=444 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.68% from 444); Green value is 110 (43.36% from 255 or 24.77% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 225 - color contains mainly: red. Hex color #E16E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16E6D is #1E9192. Grayscale: #909090. Windows color (decimal): -2003347 or 7171809. OLE color: 7171809.

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

Color convert

RGB225110109-
CMYK00.510.520.12
HSL0.52º65.91%65.49%-
HSV(B)0.52º51.56%88.24%-
XYZ39.3928.2617.85-
YUV144.27108.1185.58-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.68%
GREEN value IS 110 (43.36% from 255) = 24.77%
BLUE value IS 109 (42.97% from 255) = 24.55%
R=50.68%
G=24.77%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511010900.510.520.120.5265.9165.49
HexE16E6D03334C14241
Octal34115615506364141102101
Binary111000011101110110110101100111101001100110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16E6D; }

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

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

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

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

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

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

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

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