Html Css Color HEX #E57D69 New York Pink

📋 copy color: '#E57D69'

red 229 ◦ green 125 ◦ blue 105

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

Shades of New York Pink #E57D69

Tints of New York Pink #E57D69

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.23%

 BLUE value IS 105 (41.41% from 255) = 22.88%

R = 49.89%
G = 27.23%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E57D69 (or 0xE57D69) is known color: New York Pink. HEX triplet: E5, 7D and 69. RGB value is (229,125,105). Sum of RGB (Red+Green+Blue) = 229+125+105=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 105 (41.41% from 255 or 22.88% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E57D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57D69 is #1A8296. Grayscale: #9A9A9A. Windows color (decimal): -1737367 or 6913509. OLE color: 6913509.

HSL color Cylindrical-coordinate representation of color #E57D69: hue angle of 9.68º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E57D69 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 125 105 -
CMYK 0 0.45 0.54 0.10
HSL 9.68º 0.7% 0.65% -
HSV(B) 9.68º 0.54% 0.9% -
XYZ 42.2 32.35 17.38 -
YUV 153.82 100.46 181.63 -
System Red Green Blue C M Y K H S L
Decimal 229 125 105 0 0.45 0.54 0.10 9.68 0.7 0.65
Hex E5 7D 69 0 2D 36 A A 46 41
Octal 345 175 151 0 55 66 12 12 106 101
Binary 11100101 1111101 1101001 0 101101 110110 1010 1010 1000110 1000001

Color Harmonies of #E57D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57D69

Black with #E57D69

Text Example


Text Example

White with #E57D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57D69; }

 p { color: rgb(229,125,105); }

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

background-color css

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

 a { background-color: rgb(229,125,105); }

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

border-color css

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

 span { border-color: rgb(229,125,105); }

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