#E47E7B

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

Shades of Geraldine #E47E7B

Tints of Geraldine #E47E7B

Color information

#E47E7B (or 0xE47E7B) is unknown color: approx Geraldine. HEX triplet: E4, 7E and 7B. RGB value is (228,126,123). Sum of RGB (Red+Green+Blue) = 228+126+123=477 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.80% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 123 (48.44% from 255 or 25.79% from 477); Max value from RGB is 228 - color contains mainly: red. Hex color #E47E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47E7B is #1B8184. Grayscale: #9C9C9C. Windows color (decimal): -1802629 or 8093412. OLE color: 8093412.

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

Color convert

RGB228126123-
CMYK00.450.460.11
HSL1.71º66.04%68.82%-
HSV(B)1.71º46.05%89.41%-
XYZ43.0332.8522.81-
YUV156.16109.29179.24-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.80%
GREEN value IS 126 (49.61% from 255) = 26.42%
BLUE value IS 123 (48.44% from 255) = 25.79%
R=47.80%
G=26.42%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812612300.450.460.111.7166.0468.82
HexE47E7B02D2EB24245
Octal34417617305556132102105
Binary1110010011111101111011010110110111010111010000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47E7B; }

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

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

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

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

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

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

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

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