#e46e6d

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

Shades of Geraldine #E46E6D

Tints of Geraldine #E46E6D

Color information

#E46E6D (or 0xE46E6D) is unknown color: approx Geraldine. HEX triplet: E4, 6E and 6D. RGB value is (228,110,109). Sum of RGB (Red+Green+Blue) = 228+110+109=447 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.01% from 447); Green value is 110 (43.36% from 255 or 24.61% from 447); Blue value is 109 (42.97% from 255 or 24.38% from 447); Max value from RGB is 228 - color contains mainly: red. Hex color #E46E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46E6D is #1B9192. Grayscale: #919191. Windows color (decimal): -1806739 or 7171812. OLE color: 7171812.

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

Color convert

RGB228110109-
CMYK00.520.520.11
HSL0.5º68.79%66.08%-
HSV(B)0.5º52.19%89.41%-
XYZ40.3328.7517.89-
YUV145.17107.59187.08-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 51.01%
GREEN value IS 110 (43.36% from 255) = 24.61%
BLUE value IS 109 (42.97% from 255) = 24.38%
R=51.01%
G=24.61%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811010900.520.520.110.568.7966.08
HexE46E6D03434B14542
Octal34415615506464131105102
Binary111001001101110110110101101001101001011110001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e46e6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e46e6d; }

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

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

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

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

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

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

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

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