Html Css Color HEX #E57470 Geraldine

📋 copy color: '#E57470'

red 229 ◦ green 116 ◦ blue 112

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

Shades of Geraldine #E57470

Tints of Geraldine #E57470

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.38%

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

R = 50.11%
G = 25.38%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E57470 (or 0xE57470) is known color: Geraldine. HEX triplet: E5, 74 and 70. RGB value is (229,116,112). Sum of RGB (Red+Green+Blue) = 229+116+112=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E57470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57470 is #1A8B8F. Grayscale: #959595. Windows color (decimal): -1739664 or 7369957. OLE color: 7369957.

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

Color convert

RGB 229 116 112 -
CMYK 0 0.49 0.51 0.10
HSL 2.05º 0.69% 0.67% -
HSV(B) 2.05º 0.51% 0.9% -
XYZ 41.48 30.32 18.99 -
YUV 149.33 106.94 184.83 -
System Red Green Blue C M Y K H S L
Decimal 229 116 112 0 0.49 0.51 0.10 2.05 0.69 0.67
Hex E5 74 70 0 31 33 A 2 45 43
Octal 345 164 160 0 61 63 12 2 105 103
Binary 11100101 1110100 1110000 0 110001 110011 1010 10 1000101 1000011

Color Harmonies of #E57470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57470

Black with #E57470

Text Example


Text Example

White with #E57470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57470; }

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

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

background-color css

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

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

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

border-color css

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

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

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