Html Css Color HEX #E18775 New York Pink

📋 copy color: '#E18775'

red 225 ◦ green 135 ◦ blue 117

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

Shades of New York Pink #E18775

Tints of New York Pink #E18775

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.3%

 BLUE value IS 117 (46.09% from 255) = 24.53%

R = 47.17%
G = 28.3%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E18775 (or 0xE18775) is known color: New York Pink. HEX triplet: E1, 87 and 75. RGB value is (225,135,117). Sum of RGB (Red+Green+Blue) = 225+135+117=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 135 (53.12% from 255 or 28.30% from 477); Blue value is 117 (46.09% from 255 or 24.53% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E18775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18775 is #1E788A. Grayscale: #A0A0A0. Windows color (decimal): -1996939 or 7702497. OLE color: 7702497.

HSL color Cylindrical-coordinate representation of color #E18775: hue angle of 10º 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 #E18775 is Cyan = 0, Magento = 0.4, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 135 117 -
CMYK 0 0.4 0.48 0.12
HSL 10º 0.64% 0.67% -
HSV(B) 10º 0.48% 0.88% -
XYZ 42.93 34.62 21.25 -
YUV 159.86 103.82 174.46 -
System Red Green Blue C M Y K H S L
Decimal 225 135 117 0 0.4 0.48 0.12 10 0.64 0.67
Hex E1 87 75 0 28 30 C A 40 43
Octal 341 207 165 0 50 60 14 12 100 103
Binary 11100001 10000111 1110101 0 101000 110000 1100 1010 1000000 1000011

Color Harmonies of #E18775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18775

Black with #E18775

Text Example


Text Example

White with #E18775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18775; }

 p { color: rgb(225,135,117); }

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

background-color css

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

 a { background-color: rgb(225,135,117); }

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

border-color css

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

 span { border-color: rgb(225,135,117); }

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