Html Css Color HEX #E47D74 Geraldine

📋 copy color: '#E47D74'

red 228 ◦ green 125 ◦ blue 116

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

Shades of Geraldine #E47D74

Tints of Geraldine #E47D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.73%

R = 48.61%
G = 26.65%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E47D74 (or 0xE47D74) is known color: Geraldine. HEX triplet: E4, 7D and 74. RGB value is (228,125,116). Sum of RGB (Red+Green+Blue) = 228+125+116=469 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.61% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 116 (45.70% from 255 or 24.73% from 469); Max value from RGB is 228 - color contains mainly: red. Hex color #E47D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47D74 is #1B828B. Grayscale: #9A9A9A. Windows color (decimal): -1802892 or 7634404. OLE color: 7634404.

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

Color convert

RGB 228 125 116 -
CMYK 0 0.45 0.49 0.11
HSL 4.82º 0.67% 0.67% -
HSV(B) 4.82º 0.49% 0.89% -
XYZ 42.48 32.42 20.54 -
YUV 154.77 106.12 180.23 -
System Red Green Blue C M Y K H S L
Decimal 228 125 116 0 0.45 0.49 0.11 4.82 0.67 0.67
Hex E4 7D 74 0 2D 31 B 5 43 43
Octal 344 175 164 0 55 61 13 5 103 103
Binary 11100100 1111101 1110100 0 101101 110001 1011 101 1000011 1000011

Color Harmonies of #E47D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47D74

Black with #E47D74

Text Example


Text Example

White with #E47D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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