Html Css Color HEX #E48376 New York Pink

📋 copy color: '#E48376'

red 228 ◦ green 131 ◦ blue 118

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

Shades of New York Pink #E48376

Tints of New York Pink #E48376

RGB

 RED value IS 228 (89.45% from 255) = 47.8%

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

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

R = 47.8%
G = 27.46%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E48376 (or 0xE48376) is known color: New York Pink. HEX triplet: E4, 83 and 76. RGB value is (228,131,118). Sum of RGB (Red+Green+Blue) = 228+131+118=477 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.80% from 477); Green value is 131 (51.56% from 255 or 27.46% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 228 - color contains mainly: red. Hex color #E48376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48376 is #1B7C89. Grayscale: #9E9E9E. Windows color (decimal): -1801354 or 7767012. OLE color: 7767012.

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

Color convert

RGB 228 131 118 -
CMYK 0 0.43 0.48 0.11
HSL 7.09º 0.67% 0.68% -
HSV(B) 7.09º 0.48% 0.89% -
XYZ 43.38 34.03 21.42 -
YUV 158.52 105.14 177.56 -
System Red Green Blue C M Y K H S L
Decimal 228 131 118 0 0.43 0.48 0.11 7.09 0.67 0.68
Hex E4 83 76 0 2B 30 B 7 43 44
Octal 344 203 166 0 53 60 13 7 103 104
Binary 11100100 10000011 1110110 0 101011 110000 1011 111 1000011 1000100

Color Harmonies of #E48376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48376

Black with #E48376

Text Example


Text Example

White with #E48376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48376; }

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

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

background-color css

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

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

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

border-color css

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

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

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