Html Css Color HEX #E58672 New York Pink

📋 copy color: '#E58672'

red 229 ◦ green 134 ◦ blue 114

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

Shades of New York Pink #E58672

Tints of New York Pink #E58672

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.09%

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

R = 48.01%
G = 28.09%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E58672 (or 0xE58672) is known color: New York Pink. HEX triplet: E5, 86 and 72. RGB value is (229,134,114). Sum of RGB (Red+Green+Blue) = 229+134+114=477 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.01% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 114 (44.92% from 255 or 23.90% from 477); Max value from RGB is 229 - color contains mainly: red. Hex color #E58672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58672 is #1A798D. Grayscale: #A0A0A0. Windows color (decimal): -1735054 or 7505637. OLE color: 7505637.

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

Color convert

RGB 229 134 114 -
CMYK 0 0.41 0.50 0.10
HSL 10.43º 0.69% 0.67% -
HSV(B) 10.43º 0.5% 0.9% -
XYZ 43.88 34.92 20.35 -
YUV 160.13 101.97 177.13 -
System Red Green Blue C M Y K H S L
Decimal 229 134 114 0 0.41 0.50 0.10 10.43 0.69 0.67
Hex E5 86 72 0 29 32 A A 45 43
Octal 345 206 162 0 51 62 12 12 105 103
Binary 11100101 10000110 1110010 0 101001 110010 1010 1010 1000101 1000011

Color Harmonies of #E58672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58672

Black with #E58672

Text Example


Text Example

White with #E58672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58672; }

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

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

background-color css

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

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

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

border-color css

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

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

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