Html Css Color HEX #E47D71 Geraldine

📋 copy color: '#E47D71'

red 228 ◦ green 125 ◦ blue 113

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

Shades of Geraldine #E47D71

Tints of Geraldine #E47D71

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.82%

 BLUE value IS 113 (44.53% from 255) = 24.25%

R = 48.93%
G = 26.82%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E47D71 (or 0xE47D71) is known color: Geraldine. HEX triplet: E4, 7D and 71. RGB value is (228,125,113). Sum of RGB (Red+Green+Blue) = 228+125+113=466 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.93% from 466); Green value is 125 (49.22% from 255 or 26.82% from 466); Blue value is 113 (44.53% from 255 or 24.25% from 466); Max value from RGB is 228 - color contains mainly: red. Hex color #E47D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47D71 is #1B828E. Grayscale: #9A9A9A. Windows color (decimal): -1802895 or 7437796. OLE color: 7437796.

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

Color convert

RGB 228 125 113 -
CMYK 0 0.45 0.50 0.11
HSL 6.26º 0.68% 0.67% -
HSV(B) 6.26º 0.5% 0.89% -
XYZ 42.31 32.35 19.64 -
YUV 154.43 104.62 180.48 -
System Red Green Blue C M Y K H S L
Decimal 228 125 113 0 0.45 0.50 0.11 6.26 0.68 0.67
Hex E4 7D 71 0 2D 32 B 6 44 43
Octal 344 175 161 0 55 62 13 6 104 103
Binary 11100100 1111101 1110001 0 101101 110010 1011 110 1000100 1000011

Color Harmonies of #E47D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47D71

Black with #E47D71

Text Example


Text Example

White with #E47D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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