#E46F69

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

Shades of Geraldine #E46F69

Tints of Geraldine #E46F69

Color information

#E46F69 (or 0xE46F69) is unknown color: approx Geraldine. HEX triplet: E4, 6F and 69. RGB value is (228,111,105). Sum of RGB (Red+Green+Blue) = 228+111+105=444 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.35% from 444); Green value is 111 (43.75% from 255 or 25% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 228 - color contains mainly: red. Hex color #E46F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46F69 is #1B9096. Grayscale: #919191. Windows color (decimal): -1806487 or 6909924. OLE color: 6909924.

HSL color Cylindrical-coordinate representation of color #E46F69: hue angle of 2.93º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E46F69 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB228111105-
CMYK00.510.540.11
HSL2.93º69.49%65.29%-
HSV(B)2.93º53.95%89.41%-
XYZ40.2328.8816.82-
YUV145.3105.26186.99-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 51.35%
GREEN value IS 111 (43.75% from 255) = 25%
BLUE value IS 105 (41.41% from 255) = 23.65%
R=51.35%
G=25%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811110500.510.540.112.9369.4965.29
HexE46F6903336B34541
Octal34415715106366133105101
Binary1110010011011111101001011001111011010111110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46F69; }

 p { color: rgb(228,111,105); }

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

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

 a { background-color: rgb(228,111,105); }

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

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

 span { border-color: rgb(228,111,105); }

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