#E67469

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

Shades of Geraldine #E67469

Tints of Geraldine #E67469

Color information

#E67469 (or 0xE67469) is unknown color: approx Geraldine. HEX triplet: E6, 74 and 69. RGB value is (230,116,105). Sum of RGB (Red+Green+Blue) = 230+116+105=451 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.00% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 105 (41.41% from 255 or 23.28% from 451); Max value from RGB is 230 - color contains mainly: red. Hex color #E67469 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67469 is #198B96. Grayscale: #949494. Windows color (decimal): -1674135 or 6911206. OLE color: 6911206.

HSL color Cylindrical-coordinate representation of color #E67469: hue angle of 5.28º 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 #E67469 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB230116105-
CMYK00.500.540.10
HSL5.28º71.43%65.69%-
HSV(B)5.28º54.35%90.2%-
XYZ41.4330.3317.04-
YUV148.83103.27185.89-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 51.00%
GREEN value IS 116 (45.70% from 255) = 25.72%
BLUE value IS 105 (41.41% from 255) = 23.28%
R=51.00%
G=25.72%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.54
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011610500.500.540.105.2871.4365.69
HexE6746903236A54742
Octal34616415106266125107102
Binary11100110111010011010010110010110110101010110001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67469; }

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

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

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

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

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

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

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

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