#E67569

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

Shades of Geraldine #E67569

Tints of Geraldine #E67569

Color information

#E67569 (or 0xE67569) is unknown color: approx Geraldine. HEX triplet: E6, 75 and 69. RGB value is (230,117,105). Sum of RGB (Red+Green+Blue) = 230+117+105=452 (59% of max value = 765). Red value is 230 (90.23% from 255 or 50.88% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 105 (41.41% from 255 or 23.23% from 452); Max value from RGB is 230 - color contains mainly: red. Hex color #E67569 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67569 is #198A96. Grayscale: #959595. Windows color (decimal): -1673879 or 6911462. OLE color: 6911462.

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

Color convert

RGB230117105-
CMYK00.490.540.10
HSL5.76º71.43%65.69%-
HSV(B)5.76º54.35%90.2%-
XYZ41.5430.5717.07-
YUV149.42102.94185.48-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50.88%
GREEN value IS 117 (46.09% from 255) = 25.88%
BLUE value IS 105 (41.41% from 255) = 23.23%
R=50.88%
G=25.88%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011710500.490.540.105.7671.4365.69
HexE6756903136A64742
Octal34616515106166126107102
Binary11100110111010111010010110001110110101011010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67569; }

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

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

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

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

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

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

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

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