Html Css Color HEX #E18376 New York Pink

📋 copy color: '#E18376'

red 225 ◦ green 131 ◦ blue 118

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

Shades of New York Pink #E18376

Tints of New York Pink #E18376

RGB

 RED value IS 225 (88.28% from 255) = 47.47%

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

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

R = 47.47%
G = 27.64%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E18376 (or 0xE18376) is known color: New York Pink. HEX triplet: E1, 83 and 76. RGB value is (225,131,118). Sum of RGB (Red+Green+Blue) = 225+131+118=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 118 (46.48% from 255 or 24.89% from 474); Max value from RGB is 225 - color contains mainly: red. Hex color #E18376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18376 is #1E7C89. Grayscale: #9D9D9D. Windows color (decimal): -1997962 or 7767009. OLE color: 7767009.

HSL color Cylindrical-coordinate representation of color #E18376: hue angle of 7.29º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E18376 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 131 118 -
CMYK 0 0.42 0.48 0.12
HSL 7.29º 0.64% 0.67% -
HSV(B) 7.29º 0.48% 0.88% -
XYZ 42.44 33.55 21.38 -
YUV 157.62 105.64 176.06 -
System Red Green Blue C M Y K H S L
Decimal 225 131 118 0 0.42 0.48 0.12 7.29 0.64 0.67
Hex E1 83 76 0 2A 30 C 7 40 43
Octal 341 203 166 0 52 60 14 7 100 103
Binary 11100001 10000011 1110110 0 101010 110000 1100 111 1000000 1000011

Color Harmonies of #E18376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18376

Black with #E18376

Text Example


Text Example

White with #E18376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18376; }

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

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

background-color css

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

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

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

border-color css

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

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

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