#E66E69

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

Shades of Geraldine #E66E69

Tints of Geraldine #E66E69

Color information

#E66E69 (or 0xE66E69) is unknown color: approx Geraldine. HEX triplet: E6, 6E and 69. RGB value is (230,110,105). Sum of RGB (Red+Green+Blue) = 230+110+105=445 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.69% from 445); Green value is 110 (43.36% from 255 or 24.72% from 445); Blue value is 105 (41.41% from 255 or 23.60% from 445); Max value from RGB is 230 - color contains mainly: red. Hex color #E66E69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66E69 is #199196. Grayscale: #919191. Windows color (decimal): -1675671 or 6909670. OLE color: 6909670.

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

Color convert

RGB230110105-
CMYK00.520.540.10
HSL2.4º71.43%65.69%-
HSV(B)2.4º54.35%90.2%-
XYZ40.7628.9916.81-
YUV145.31105.26188.41-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 51.69%
GREEN value IS 110 (43.36% from 255) = 24.72%
BLUE value IS 105 (41.41% from 255) = 23.60%
R=51.69%
G=24.72%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011010500.520.540.102.471.4365.69
HexE66E6903436A24742
Octal34615615106466122107102
Binary1110011011011101101001011010011011010101010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66E69; }

 p { color: rgb(230,110,105); }

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

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

 a { background-color: rgb(230,110,105); }

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

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

 span { border-color: rgb(230,110,105); }

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