#E46E6B

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

Shades of Geraldine #E46E6B

Tints of Geraldine #E46E6B

Color information

#E46E6B (or 0xE46E6B) is unknown color: approx Geraldine. HEX triplet: E4, 6E and 6B. RGB value is (228,110,107). Sum of RGB (Red+Green+Blue) = 228+110+107=445 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.24% from 445); Green value is 110 (43.36% from 255 or 24.72% from 445); Blue value is 107 (42.19% from 255 or 24.04% from 445); Max value from RGB is 228 - color contains mainly: red. Hex color #E46E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46E6B is #1B9194. Grayscale: #919191. Windows color (decimal): -1806741 or 7040740. OLE color: 7040740.

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

Color convert

RGB228110107-
CMYK00.520.530.11
HSL1.49º69.14%65.69%-
HSV(B)1.49º53.07%89.41%-
XYZ40.2228.7117.33-
YUV144.94106.59187.24-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 51.24%
GREEN value IS 110 (43.36% from 255) = 24.72%
BLUE value IS 107 (42.19% from 255) = 24.04%
R=51.24%
G=24.72%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811010700.520.530.111.4969.1465.69
HexE46E6B03435B14542
Octal34415615306465131105102
Binary111001001101110110101101101001101011011110001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46E6B; }

 p { color: rgb(228,110,107); }

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

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

 a { background-color: rgb(228,110,107); }

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

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

 span { border-color: rgb(228,110,107); }

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