Html Css Color HEX #E57A70 Geraldine

📋 copy color: '#E57A70'

red 229 ◦ green 122 ◦ blue 112

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

Shades of Geraldine #E57A70

Tints of Geraldine #E57A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.19%

R = 49.46%
G = 26.35%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E57A70 (or 0xE57A70) is known color: Geraldine. HEX triplet: E5, 7A and 70. RGB value is (229,122,112). Sum of RGB (Red+Green+Blue) = 229+122+112=463 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.46% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 112 (44.14% from 255 or 24.19% from 463); Max value from RGB is 229 - color contains mainly: red. Hex color #E57A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57A70 is #1A858F. Grayscale: #999999. Windows color (decimal): -1738128 or 7371493. OLE color: 7371493.

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

Color convert

RGB 229 122 112 -
CMYK 0 0.47 0.51 0.10
HSL 5.13º 0.69% 0.67% -
HSV(B) 5.13º 0.51% 0.9% -
XYZ 42.2 31.75 19.23 -
YUV 152.85 104.95 182.31 -
System Red Green Blue C M Y K H S L
Decimal 229 122 112 0 0.47 0.51 0.10 5.13 0.69 0.67
Hex E5 7A 70 0 2F 33 A 5 45 43
Octal 345 172 160 0 57 63 12 5 105 103
Binary 11100101 1111010 1110000 0 101111 110011 1010 101 1000101 1000011

Color Harmonies of #E57A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57A70

Black with #E57A70

Text Example


Text Example

White with #E57A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57A70; }

 p { color: rgb(229,122,112); }

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

background-color css

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

 a { background-color: rgb(229,122,112); }

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

border-color css

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

 span { border-color: rgb(229,122,112); }

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