Html Css Color HEX #E18077 New York Pink

📋 copy color: '#E18077'

red 225 ◦ green 128 ◦ blue 119

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

Shades of New York Pink #E18077

Tints of New York Pink #E18077

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.12%

 BLUE value IS 119 (46.88% from 255) = 25.21%

R = 47.67%
G = 27.12%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E18077 (or 0xE18077) is known color: New York Pink. HEX triplet: E1, 80 and 77. RGB value is (225,128,119). Sum of RGB (Red+Green+Blue) = 225+128+119=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 119 (46.88% from 255 or 25.21% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E18077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18077 is #1E7F88. Grayscale: #9C9C9C. Windows color (decimal): -1998729 or 7831777. OLE color: 7831777.

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

Color convert

RGB 225 128 119 -
CMYK 0 0.43 0.47 0.12
HSL 5.09º 0.64% 0.67% -
HSV(B) 5.09º 0.47% 0.88% -
XYZ 42.1 32.78 21.56 -
YUV 155.98 107.14 177.23 -
System Red Green Blue C M Y K H S L
Decimal 225 128 119 0 0.43 0.47 0.12 5.09 0.64 0.67
Hex E1 80 77 0 2B 2F C 5 40 43
Octal 341 200 167 0 53 57 14 5 100 103
Binary 11100001 10000000 1110111 0 101011 101111 1100 101 1000000 1000011

Color Harmonies of #E18077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18077

Black with #E18077

Text Example


Text Example

White with #E18077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18077; }

 p { color: rgb(225,128,119); }

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

background-color css

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

 a { background-color: rgb(225,128,119); }

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

border-color css

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

 span { border-color: rgb(225,128,119); }

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