Html Css Color HEX #E18770 New York Pink

📋 copy color: '#E18770'

red 225 ◦ green 135 ◦ blue 112

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

Shades of New York Pink #E18770

Tints of New York Pink #E18770

RGB

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

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

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

R = 47.67%
G = 28.6%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E18770 (or 0xE18770) is known color: New York Pink. HEX triplet: E1, 87 and 70. RGB value is (225,135,112). Sum of RGB (Red+Green+Blue) = 225+135+112=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 135 (53.12% from 255 or 28.60% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E18770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18770 is #1E788F. Grayscale: #9F9F9F. Windows color (decimal): -1996944 or 7374817. OLE color: 7374817.

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

Color convert

RGB 225 135 112 -
CMYK 0 0.4 0.50 0.12
HSL 12.21º 0.65% 0.66% -
HSV(B) 12.21º 0.5% 0.88% -
XYZ 42.64 34.51 19.74 -
YUV 159.29 101.32 174.87 -
System Red Green Blue C M Y K H S L
Decimal 225 135 112 0 0.4 0.50 0.12 12.21 0.65 0.66
Hex E1 87 70 0 28 32 C C 41 42
Octal 341 207 160 0 50 62 14 14 101 102
Binary 11100001 10000111 1110000 0 101000 110010 1100 1100 1000001 1000010

Color Harmonies of #E18770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18770

Black with #E18770

Text Example


Text Example

White with #E18770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18770; }

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

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

background-color css

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

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

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

border-color css

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

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

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