#E47D78

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

Shades of Geraldine #E47D78

Tints of Geraldine #E47D78

Color information

#E47D78 (or 0xE47D78) is unknown color: approx Geraldine. HEX triplet: E4, 7D and 78. RGB value is (228,125,120). Sum of RGB (Red+Green+Blue) = 228+125+120=473 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.20% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 120 (47.27% from 255 or 25.37% from 473); Max value from RGB is 228 - color contains mainly: red. Hex color #E47D78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47D78 is #1B8287. Grayscale: #9B9B9B. Windows color (decimal): -1802888 or 7896548. OLE color: 7896548.

HSL color Cylindrical-coordinate representation of color #E47D78: hue angle of 2.78º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E47D78 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB228125120-
CMYK00.450.470.11
HSL2.78º66.67%68.24%-
HSV(B)2.78º47.37%89.41%-
XYZ42.7232.5221.79-
YUV155.23108.12179.91-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48.20%
GREEN value IS 125 (49.22% from 255) = 26.43%
BLUE value IS 120 (47.27% from 255) = 25.37%
R=48.20%
G=26.43%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812512000.450.470.112.7866.6768.24
HexE47D7802D2FB34344
Octal34417517005557133103104
Binary1110010011111011111000010110110111110111110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47D78; }

 p { color: rgb(228,125,120); }

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

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

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

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

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

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

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