Html Css Color HEX #E57F75 Geraldine

📋 copy color: '#E57F75'

red 229 ◦ green 127 ◦ blue 117

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

Shades of Geraldine #E57F75

Tints of Geraldine #E57F75

RGB

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

 GREEN value IS 127 (50% from 255) = 26.85%

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

R = 48.41%
G = 26.85%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E57F75 (or 0xE57F75) is known color: Geraldine. HEX triplet: E5, 7F and 75. RGB value is (229,127,117). Sum of RGB (Red+Green+Blue) = 229+127+117=473 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.41% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 229 - color contains mainly: red. Hex color #E57F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57F75 is #1A808A. Grayscale: #9C9C9C. Windows color (decimal): -1736843 or 7700453. OLE color: 7700453.

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

Color convert

RGB 229 127 117 -
CMYK 0 0.45 0.49 0.10
HSL 5.36º 0.68% 0.68% -
HSV(B) 5.36º 0.49% 0.9% -
XYZ 43.11 33.12 20.95 -
YUV 156.36 105.79 179.81 -
System Red Green Blue C M Y K H S L
Decimal 229 127 117 0 0.45 0.49 0.10 5.36 0.68 0.68
Hex E5 7F 75 0 2D 31 A 5 44 44
Octal 345 177 165 0 55 61 12 5 104 104
Binary 11100101 1111111 1110101 0 101101 110001 1010 101 1000100 1000100

Color Harmonies of #E57F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57F75

Black with #E57F75

Text Example


Text Example

White with #E57F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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