Html Css Color HEX #E18078 New York Pink

📋 copy color: '#E18078'

red 225 ◦ green 128 ◦ blue 120

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

Shades of New York Pink #E18078

Tints of New York Pink #E18078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.37%

R = 47.57%
G = 27.06%
B = 25.37%

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

#E18078 (or 0xE18078) is known color: New York Pink. HEX triplet: E1, 80 and 78. RGB value is (225,128,120). Sum of RGB (Red+Green+Blue) = 225+128+120=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 120 (47.27% from 255 or 25.37% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E18078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18078 is #1E7F87. Grayscale: #9C9C9C. Windows color (decimal): -1998728 or 7897313. OLE color: 7897313.

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

Color convert

RGB 225 128 120 -
CMYK 0 0.43 0.47 0.12
HSL 4.57º 0.64% 0.68% -
HSV(B) 4.57º 0.47% 0.88% -
XYZ 42.16 32.8 21.88 -
YUV 156.09 107.64 177.15 -
System Red Green Blue C M Y K H S L
Decimal 225 128 120 0 0.43 0.47 0.12 4.57 0.64 0.68
Hex E1 80 78 0 2B 2F C 5 40 44
Octal 341 200 170 0 53 57 14 5 100 104
Binary 11100001 10000000 1111000 0 101011 101111 1100 101 1000000 1000100

Color Harmonies of #E18078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18078

Black with #E18078

Text Example


Text Example

White with #E18078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18078; }

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

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

background-color css

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

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

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

border-color css

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

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

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