Html Css Color HEX #E18370 New York Pink

📋 copy color: '#E18370'

red 225 ◦ green 131 ◦ blue 112

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

Shades of New York Pink #E18370

Tints of New York Pink #E18370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.93%

R = 48.08%
G = 27.99%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E18370 (or 0xE18370) is known color: New York Pink. HEX triplet: E1, 83 and 70. RGB value is (225,131,112). Sum of RGB (Red+Green+Blue) = 225+131+112=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E18370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18370 is #1E7C8F. Grayscale: #9D9D9D. Windows color (decimal): -1997968 or 7373793. OLE color: 7373793.

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

Color convert

RGB 225 131 112 -
CMYK 0 0.42 0.50 0.12
HSL 10.09º 0.65% 0.66% -
HSV(B) 10.09º 0.5% 0.88% -
XYZ 42.09 33.41 19.56 -
YUV 156.94 102.64 176.54 -
System Red Green Blue C M Y K H S L
Decimal 225 131 112 0 0.42 0.50 0.12 10.09 0.65 0.66
Hex E1 83 70 0 2A 32 C A 41 42
Octal 341 203 160 0 52 62 14 12 101 102
Binary 11100001 10000011 1110000 0 101010 110010 1100 1010 1000001 1000010

Color Harmonies of #E18370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18370

Black with #E18370

Text Example


Text Example

White with #E18370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18370; }

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

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

background-color css

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

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

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

border-color css

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

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

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