#E46A6A

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

Shades of Geraldine #E46A6A

Tints of Geraldine #E46A6A

Color information

#E46A6A (or 0xE46A6A) is unknown color: approx Geraldine. HEX triplet: E4, 6A and 6A. RGB value is (228,106,106). Sum of RGB (Red+Green+Blue) = 228+106+106=440 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.82% from 440); Green value is 106 (41.80% from 255 or 24.09% from 440); Blue value is 106 (41.80% from 255 or 24.09% from 440); Max value from RGB is 228 - color contains mainly: red. Hex color #E46A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46A6A is #1B9595. Grayscale: #8E8E8E. Windows color (decimal): -1807766 or 6974180. OLE color: 6974180.

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

Color convert

RGB228106106-
CMYK00.540.540.11
HSL69.32%65.49%-
HSV(B)53.51%89.41%-
XYZ39.7527.8416.91-
YUV142.48107.42189-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 51.82%
GREEN value IS 106 (41.80% from 255) = 24.09%
BLUE value IS 106 (41.80% from 255) = 24.09%
R=51.82%
G=24.09%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22810610600.540.540.11069.3265.49
HexE46A6A03636B04541
Octal34415215206666130105101
Binary111001001101010110101001101101101101011010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46A6A; }

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

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

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

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

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

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

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

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