#E67969

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

Shades of Geraldine #E67969

Tints of Geraldine #E67969

Color information

#E67969 (or 0xE67969) is unknown color: approx Geraldine. HEX triplet: E6, 79 and 69. RGB value is (230,121,105). Sum of RGB (Red+Green+Blue) = 230+121+105=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 105 (41.41% from 255 or 23.03% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E67969 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67969 is #198696. Grayscale: #979797. Windows color (decimal): -1672855 or 6912486. OLE color: 6912486.

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

Color convert

RGB230121105-
CMYK00.470.540.10
HSL7.68º71.43%65.69%-
HSV(B)7.68º54.35%90.2%-
XYZ42.0231.5217.23-
YUV151.77101.61183.8-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50.44%
GREEN value IS 121 (47.66% from 255) = 26.54%
BLUE value IS 105 (41.41% from 255) = 23.03%
R=50.44%
G=26.54%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012110500.470.540.107.6871.4365.69
HexE6796902F36A84742
Octal346171151057661210107102
Binary111001101111001110100101011111101101010100010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67969; }

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

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

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

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

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

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

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

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