Html Css Color HEX #E58376 New York Pink

📋 copy color: '#E58376'

red 229 ◦ green 131 ◦ blue 118

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

Shades of New York Pink #E58376

Tints of New York Pink #E58376

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.41%

 BLUE value IS 118 (46.48% from 255) = 24.69%

R = 47.91%
G = 27.41%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E58376 (or 0xE58376) is known color: New York Pink. HEX triplet: E5, 83 and 76. RGB value is (229,131,118). Sum of RGB (Red+Green+Blue) = 229+131+118=478 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.91% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 229 - color contains mainly: red. Hex color #E58376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58376 is #1A7C89. Grayscale: #9E9E9E. Windows color (decimal): -1735818 or 7767013. OLE color: 7767013.

HSL color Cylindrical-coordinate representation of color #E58376: hue angle of 7.03º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E58376 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 131 118 -
CMYK 0 0.43 0.48 0.10
HSL 7.03º 0.68% 0.68% -
HSV(B) 7.03º 0.48% 0.9% -
XYZ 43.7 34.2 21.44 -
YUV 158.82 104.97 178.06 -
System Red Green Blue C M Y K H S L
Decimal 229 131 118 0 0.43 0.48 0.10 7.03 0.68 0.68
Hex E5 83 76 0 2B 30 A 7 44 44
Octal 345 203 166 0 53 60 12 7 104 104
Binary 11100101 10000011 1110110 0 101011 110000 1010 111 1000100 1000100

Color Harmonies of #E58376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58376

Black with #E58376

Text Example


Text Example

White with #E58376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58376; }

 p { color: rgb(229,131,118); }

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

background-color css

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

 a { background-color: rgb(229,131,118); }

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

border-color css

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

 span { border-color: rgb(229,131,118); }

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