Html Css Color HEX #E47775 Geraldine

📋 copy color: '#E47775'

red 228 ◦ green 119 ◦ blue 117

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

Shades of Geraldine #E47775

Tints of Geraldine #E47775

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.65%

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

R = 49.14%
G = 25.65%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E47775 (or 0xE47775) is known color: Geraldine. HEX triplet: E4, 77 and 75. RGB value is (228,119,117). Sum of RGB (Red+Green+Blue) = 228+119+117=464 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.14% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 228 - color contains mainly: red. Hex color #E47775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47775 is #1B888A. Grayscale: #979797. Windows color (decimal): -1804427 or 7698404. OLE color: 7698404.

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

Color convert

RGB 228 119 117 -
CMYK 0 0.48 0.49 0.11
HSL 1.08º 0.67% 0.68% -
HSV(B) 1.08º 0.49% 0.89% -
XYZ 41.8 30.97 20.6 -
YUV 151.36 108.61 182.66 -
System Red Green Blue C M Y K H S L
Decimal 228 119 117 0 0.48 0.49 0.11 1.08 0.67 0.68
Hex E4 77 75 0 30 31 B 1 43 44
Octal 344 167 165 0 60 61 13 1 103 104
Binary 11100100 1110111 1110101 0 110000 110001 1011 1 1000011 1000100

Color Harmonies of #E47775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47775

Black with #E47775

Text Example


Text Example

White with #E47775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47775; }

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

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

background-color css

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

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

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

border-color css

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

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

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