Html Css Color HEX #E57D6A New York Pink

📋 copy color: '#E57D6A'

red 229 ◦ green 125 ◦ blue 106

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

Shades of New York Pink #E57D6A

Tints of New York Pink #E57D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.04%

R = 49.78%
G = 27.17%
B = 23.04%

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

#E57D6A (or 0xE57D6A) is known color: New York Pink. HEX triplet: E5, 7D and 6A. RGB value is (229,125,106). Sum of RGB (Red+Green+Blue) = 229+125+106=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 106 (41.80% from 255 or 23.04% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E57D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57D6A is #1A8295. Grayscale: #9A9A9A. Windows color (decimal): -1737366 or 6979045. OLE color: 6979045.

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

Color convert

RGB 229 125 106 -
CMYK 0 0.45 0.54 0.10
HSL 9.27º 0.7% 0.66% -
HSV(B) 9.27º 0.54% 0.9% -
XYZ 42.25 32.37 17.66 -
YUV 153.93 100.96 181.54 -
System Red Green Blue C M Y K H S L
Decimal 229 125 106 0 0.45 0.54 0.10 9.27 0.7 0.66
Hex E5 7D 6A 0 2D 36 A 9 46 42
Octal 345 175 152 0 55 66 12 11 106 102
Binary 11100101 1111101 1101010 0 101101 110110 1010 1001 1000110 1000010

Color Harmonies of #E57D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57D6A

Black with #E57D6A

Text Example


Text Example

White with #E57D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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