Html Css Color HEX #E18273 New York Pink

📋 copy color: '#E18273'

red 225 ◦ green 130 ◦ blue 115

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

Shades of New York Pink #E18273

Tints of New York Pink #E18273

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.66%

 BLUE value IS 115 (45.31% from 255) = 24.47%

R = 47.87%
G = 27.66%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E18273 (or 0xE18273) is known color: New York Pink. HEX triplet: E1, 82 and 73. RGB value is (225,130,115). Sum of RGB (Red+Green+Blue) = 225+130+115=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 130 (51.17% from 255 or 27.66% from 470); Blue value is 115 (45.31% from 255 or 24.47% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E18273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18273 is #1E7D8C. Grayscale: #9C9C9C. Windows color (decimal): -1998221 or 7570145. OLE color: 7570145.

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

Color convert

RGB 225 130 115 -
CMYK 0 0.42 0.49 0.12
HSL 8.18º 0.65% 0.67% -
HSV(B) 8.18º 0.49% 0.88% -
XYZ 42.13 33.21 20.41 -
YUV 156.7 104.47 176.72 -
System Red Green Blue C M Y K H S L
Decimal 225 130 115 0 0.42 0.49 0.12 8.18 0.65 0.67
Hex E1 82 73 0 2A 31 C 8 41 43
Octal 341 202 163 0 52 61 14 10 101 103
Binary 11100001 10000010 1110011 0 101010 110001 1100 1000 1000001 1000011

Color Harmonies of #E18273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18273

Black with #E18273

Text Example


Text Example

White with #E18273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18273; }

 p { color: rgb(225,130,115); }

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

background-color css

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

 a { background-color: rgb(225,130,115); }

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

border-color css

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

 span { border-color: rgb(225,130,115); }

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