Html Css Color HEX #E57975 Geraldine

📋 copy color: '#E57975'

red 229 ◦ green 121 ◦ blue 117

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

Shades of Geraldine #E57975

Tints of Geraldine #E57975

RGB

 RED value IS 229 (89.84% from 255) = 49.04%

 GREEN value IS 121 (47.66% from 255) = 25.91%

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

R = 49.04%
G = 25.91%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E57975 (or 0xE57975) is known color: Geraldine. HEX triplet: E5, 79 and 75. RGB value is (229,121,117). Sum of RGB (Red+Green+Blue) = 229+121+117=467 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.04% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 229 - color contains mainly: red. Hex color #E57975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57975 is #1A868A. Grayscale: #989898. Windows color (decimal): -1738379 or 7698917. OLE color: 7698917.

HSL color Cylindrical-coordinate representation of color #E57975: hue angle of 2.14º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E57975 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 121 117 -
CMYK 0 0.47 0.49 0.10
HSL 2.14º 0.68% 0.68% -
HSV(B) 2.14º 0.49% 0.9% -
XYZ 42.36 31.62 20.7 -
YUV 152.84 107.78 182.33 -
System Red Green Blue C M Y K H S L
Decimal 229 121 117 0 0.47 0.49 0.10 2.14 0.68 0.68
Hex E5 79 75 0 2F 31 A 2 44 44
Octal 345 171 165 0 57 61 12 2 104 104
Binary 11100101 1111001 1110101 0 101111 110001 1010 10 1000100 1000100

Color Harmonies of #E57975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57975

Black with #E57975

Text Example


Text Example

White with #E57975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57975; }

 p { color: rgb(229,121,117); }

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

background-color css

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

 a { background-color: rgb(229,121,117); }

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

border-color css

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

 span { border-color: rgb(229,121,117); }

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