#E47B69

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

Shades of Geraldine #E47B69

Tints of Geraldine #E47B69

Color information

#E47B69 (or 0xE47B69) is unknown color: approx Geraldine. HEX triplet: E4, 7B and 69. RGB value is (228,123,105). Sum of RGB (Red+Green+Blue) = 228+123+105=456 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 105 (41.41% from 255 or 23.03% from 456); Max value from RGB is 228 - color contains mainly: red. Hex color #E47B69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47B69 is #1B8496. Grayscale: #989898. Windows color (decimal): -1803415 or 6912996. OLE color: 6912996.

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

Color convert

RGB228123105-
CMYK00.460.540.11
HSL8.78º69.49%65.29%-
HSV(B)8.78º53.95%89.41%-
XYZ41.6331.6817.29-
YUV152.34101.29181.96-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 50%
GREEN value IS 123 (48.44% from 255) = 26.97%
BLUE value IS 105 (41.41% from 255) = 23.03%
R=50%
G=26.97%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812310500.460.540.118.7869.4965.29
HexE47B6902E36B94541
Octal344173151056661311105101
Binary111001001111011110100101011101101101011100110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47B69; }

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

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

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

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

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

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

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

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