Html Css Color HEX #E47F76 Geraldine

📋 copy color: '#E47F76'

red 228 ◦ green 127 ◦ blue 118

#E47F76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Geraldine #E47F76

Tints of Geraldine #E47F76

RGB

 RED value IS 228 (89.45% from 255) = 48.2%

 GREEN value IS 127 (50% from 255) = 26.85%

 BLUE value IS 118 (46.48% from 255) = 24.95%

R = 48.2%
G = 26.85%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E47F76 (or 0xE47F76) is known color: Geraldine. HEX triplet: E4, 7F and 76. RGB value is (228,127,118). Sum of RGB (Red+Green+Blue) = 228+127+118=473 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.20% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 118 (46.48% from 255 or 24.95% from 473); Max value from RGB is 228 - color contains mainly: red. Hex color #E47F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47F76 is #1B8089. Grayscale: #9C9C9C. Windows color (decimal): -1802378 or 7765988. OLE color: 7765988.

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

Color convert

RGB 228 127 118 -
CMYK 0 0.44 0.48 0.11
HSL 4.91º 0.67% 0.68% -
HSV(B) 4.91º 0.48% 0.89% -
XYZ 42.85 32.98 21.25 -
YUV 156.17 106.46 179.23 -
System Red Green Blue C M Y K H S L
Decimal 228 127 118 0 0.44 0.48 0.11 4.91 0.67 0.68
Hex E4 7F 76 0 2C 30 B 5 43 44
Octal 344 177 166 0 54 60 13 5 103 104
Binary 11100100 1111111 1110110 0 101100 110000 1011 101 1000011 1000100

Color Harmonies of #E47F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47F76

Black with #E47F76

Text Example


Text Example

White with #E47F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47F76; }

 p { color: rgb(228,127,118); }

 H1.HeaderClassName
 {
   color: #E47F76;
 }
 .AnyTagClassName
 {
   color: #E47F76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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