#E46F6A

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

Shades of Geraldine #E46F6A

Tints of Geraldine #E46F6A

Color information

#E46F6A (or 0xE46F6A) is unknown color: approx Geraldine. HEX triplet: E4, 6F and 6A. RGB value is (228,111,106). Sum of RGB (Red+Green+Blue) = 228+111+106=445 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.24% from 445); Green value is 111 (43.75% from 255 or 24.94% from 445); Blue value is 106 (41.80% from 255 or 23.82% from 445); Max value from RGB is 228 - color contains mainly: red. Hex color #E46F6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46F6A is #1B9095. Grayscale: #919191. Windows color (decimal): -1806486 or 6975460. OLE color: 6975460.

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

Color convert

RGB228111106-
CMYK00.510.540.11
HSL2.46º69.32%65.49%-
HSV(B)2.46º53.51%89.41%-
XYZ40.2828.917.09-
YUV145.41105.76186.91-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 51.24%
GREEN value IS 111 (43.75% from 255) = 24.94%
BLUE value IS 106 (41.80% from 255) = 23.82%
R=51.24%
G=24.94%
B=23.82%

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
Decimal22811110600.510.540.112.4669.3265.49
HexE46F6A03336B24541
Octal34415715206366132105101
Binary1110010011011111101010011001111011010111010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46F6A; }

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

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

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

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

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

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

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

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