Html Css Color HEX #E58172 New York Pink

📋 copy color: '#E58172'

red 229 ◦ green 129 ◦ blue 114

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

Shades of New York Pink #E58172

Tints of New York Pink #E58172

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.33%

 BLUE value IS 114 (44.92% from 255) = 24.15%

R = 48.52%
G = 27.33%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E58172 (or 0xE58172) is known color: New York Pink. HEX triplet: E5, 81 and 72. RGB value is (229,129,114). Sum of RGB (Red+Green+Blue) = 229+129+114=472 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.52% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 229 - color contains mainly: red. Hex color #E58172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58172 is #1A7E8D. Grayscale: #9D9D9D. Windows color (decimal): -1736334 or 7504357. OLE color: 7504357.

HSL color Cylindrical-coordinate representation of color #E58172: hue angle of 7.83º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E58172 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 129 114 -
CMYK 0 0.44 0.50 0.10
HSL 7.83º 0.69% 0.67% -
HSV(B) 7.83º 0.5% 0.9% -
XYZ 43.2 33.57 20.12 -
YUV 157.19 103.63 179.22 -
System Red Green Blue C M Y K H S L
Decimal 229 129 114 0 0.44 0.50 0.10 7.83 0.69 0.67
Hex E5 81 72 0 2C 32 A 8 45 43
Octal 345 201 162 0 54 62 12 10 105 103
Binary 11100101 10000001 1110010 0 101100 110010 1010 1000 1000101 1000011

Color Harmonies of #E58172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58172

Black with #E58172

Text Example


Text Example

White with #E58172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58172; }

 p { color: rgb(229,129,114); }

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

background-color css

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

 a { background-color: rgb(229,129,114); }

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

border-color css

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

 span { border-color: rgb(229,129,114); }

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