Html Css Color HEX #E57972 Geraldine

📋 copy color: '#E57972'

red 229 ◦ green 121 ◦ blue 114

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

Shades of Geraldine #E57972

Tints of Geraldine #E57972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.57%

R = 49.35%
G = 26.08%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E57972 (or 0xE57972) is known color: Geraldine. HEX triplet: E5, 79 and 72. RGB value is (229,121,114). Sum of RGB (Red+Green+Blue) = 229+121+114=464 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.35% from 464); Green value is 121 (47.66% from 255 or 26.08% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 229 - color contains mainly: red. Hex color #E57972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57972 is #1A868D. Grayscale: #989898. Windows color (decimal): -1738382 or 7502309. OLE color: 7502309.

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

Color convert

RGB 229 121 114 -
CMYK 0 0.47 0.50 0.10
HSL 3.65º 0.69% 0.67% -
HSV(B) 3.65º 0.5% 0.9% -
XYZ 42.19 31.55 19.79 -
YUV 152.49 106.28 182.57 -
System Red Green Blue C M Y K H S L
Decimal 229 121 114 0 0.47 0.50 0.10 3.65 0.69 0.67
Hex E5 79 72 0 2F 32 A 4 45 43
Octal 345 171 162 0 57 62 12 4 105 103
Binary 11100101 1111001 1110010 0 101111 110010 1010 100 1000101 1000011

Color Harmonies of #E57972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57972

Black with #E57972

Text Example


Text Example

White with #E57972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57972; }

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

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

background-color css

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

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

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

border-color css

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

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

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