Html Css Color HEX #E47A75 Geraldine

📋 copy color: '#E47A75'

red 228 ◦ green 122 ◦ blue 117

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

Shades of Geraldine #E47A75

Tints of Geraldine #E47A75

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.12%

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

R = 48.82%
G = 26.12%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E47A75 (or 0xE47A75) is known color: Geraldine. HEX triplet: E4, 7A and 75. RGB value is (228,122,117). Sum of RGB (Red+Green+Blue) = 228+122+117=467 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.82% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 228 - color contains mainly: red. Hex color #E47A75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47A75 is #1B858A. Grayscale: #999999. Windows color (decimal): -1803659 or 7699172. OLE color: 7699172.

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

Color convert

RGB 228 122 117 -
CMYK 0 0.46 0.49 0.11
HSL 2.7º 0.67% 0.68% -
HSV(B) 2.7º 0.49% 0.89% -
XYZ 42.17 31.7 20.73 -
YUV 153.12 107.62 181.41 -
System Red Green Blue C M Y K H S L
Decimal 228 122 117 0 0.46 0.49 0.11 2.7 0.67 0.68
Hex E4 7A 75 0 2E 31 B 3 43 44
Octal 344 172 165 0 56 61 13 3 103 104
Binary 11100100 1111010 1110101 0 101110 110001 1011 11 1000011 1000100

Color Harmonies of #E47A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47A75

Black with #E47A75

Text Example


Text Example

White with #E47A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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