Html Css Color HEX #E47F75 Geraldine

📋 copy color: '#E47F75'

red 228 ◦ green 127 ◦ blue 117

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

Shades of Geraldine #E47F75

Tints of Geraldine #E47F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.79%

R = 48.31%
G = 26.91%
B = 24.79%

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

#E47F75 (or 0xE47F75) is known color: Geraldine. HEX triplet: E4, 7F and 75. RGB value is (228,127,117). Sum of RGB (Red+Green+Blue) = 228+127+117=472 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.31% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 228 - color contains mainly: red. Hex color #E47F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47F75 is #1B808A. Grayscale: #9C9C9C. Windows color (decimal): -1802379 or 7700452. OLE color: 7700452.

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

Color convert

RGB 228 127 117 -
CMYK 0 0.44 0.49 0.11
HSL 5.41º 0.67% 0.68% -
HSV(B) 5.41º 0.49% 0.89% -
XYZ 42.8 32.96 20.94 -
YUV 156.06 105.96 179.31 -
System Red Green Blue C M Y K H S L
Decimal 228 127 117 0 0.44 0.49 0.11 5.41 0.67 0.68
Hex E4 7F 75 0 2C 31 B 5 43 44
Octal 344 177 165 0 54 61 13 5 103 104
Binary 11100100 1111111 1110101 0 101100 110001 1011 101 1000011 1000100

Color Harmonies of #E47F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47F75

Black with #E47F75

Text Example


Text Example

White with #E47F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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