Html Css Color HEX #E57570 Geraldine

📋 copy color: '#E57570'

red 229 ◦ green 117 ◦ blue 112

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

Shades of Geraldine #E57570

Tints of Geraldine #E57570

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.55%

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

R = 50%
G = 25.55%
B = 24.45%

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

#E57570 (or 0xE57570) is known color: Geraldine. HEX triplet: E5, 75 and 70. RGB value is (229,117,112). Sum of RGB (Red+Green+Blue) = 229+117+112=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 112 (44.14% from 255 or 24.45% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E57570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57570 is #1A8A8F. Grayscale: #969696. Windows color (decimal): -1739408 or 7370213. OLE color: 7370213.

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

Color convert

RGB 229 117 112 -
CMYK 0 0.49 0.51 0.10
HSL 2.56º 0.69% 0.67% -
HSV(B) 2.56º 0.51% 0.9% -
XYZ 41.6 30.55 19.03 -
YUV 149.92 106.61 184.41 -
System Red Green Blue C M Y K H S L
Decimal 229 117 112 0 0.49 0.51 0.10 2.56 0.69 0.67
Hex E5 75 70 0 31 33 A 3 45 43
Octal 345 165 160 0 61 63 12 3 105 103
Binary 11100101 1110101 1110000 0 110001 110011 1010 11 1000101 1000011

Color Harmonies of #E57570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57570

Black with #E57570

Text Example


Text Example

White with #E57570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57570; }

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

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

background-color css

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

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

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

border-color css

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

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

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