Html Css Color HEX #E47F74 Geraldine

📋 copy color: '#E47F74'

red 228 ◦ green 127 ◦ blue 116

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

Shades of Geraldine #E47F74

Tints of Geraldine #E47F74

RGB

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

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

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

R = 48.41%
G = 26.96%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E47F74 (or 0xE47F74) is known color: Geraldine. HEX triplet: E4, 7F and 74. RGB value is (228,127,116). Sum of RGB (Red+Green+Blue) = 228+127+116=471 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.41% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 116 (45.70% from 255 or 24.63% from 471); Max value from RGB is 228 - color contains mainly: red. Hex color #E47F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47F74 is #1B808B. Grayscale: #9C9C9C. Windows color (decimal): -1802380 or 7634916. OLE color: 7634916.

HSL color Cylindrical-coordinate representation of color #E47F74: hue angle of 5.89º 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 #E47F74 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 127 116 -
CMYK 0 0.44 0.49 0.11
HSL 5.89º 0.67% 0.67% -
HSV(B) 5.89º 0.49% 0.89% -
XYZ 42.74 32.93 20.63 -
YUV 155.95 105.46 179.39 -
System Red Green Blue C M Y K H S L
Decimal 228 127 116 0 0.44 0.49 0.11 5.89 0.67 0.67
Hex E4 7F 74 0 2C 31 B 6 43 43
Octal 344 177 164 0 54 61 13 6 103 103
Binary 11100100 1111111 1110100 0 101100 110001 1011 110 1000011 1000011

Color Harmonies of #E47F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47F74

Black with #E47F74

Text Example


Text Example

White with #E47F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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