Html Css Color HEX #E18279 New York Pink

📋 copy color: '#E18279'

red 225 ◦ green 130 ◦ blue 121

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

Shades of New York Pink #E18279

Tints of New York Pink #E18279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.42%

R = 47.27%
G = 27.31%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E18279 (or 0xE18279) is known color: New York Pink. HEX triplet: E1, 82 and 79. RGB value is (225,130,121). Sum of RGB (Red+Green+Blue) = 225+130+121=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 121 (47.66% from 255 or 25.42% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E18279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18279 is #1E7D86. Grayscale: #9D9D9D. Windows color (decimal): -1998215 or 7963361. OLE color: 7963361.

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

Color convert

RGB 225 130 121 -
CMYK 0 0.42 0.46 0.12
HSL 5.19º 0.63% 0.68% -
HSV(B) 5.19º 0.46% 0.88% -
XYZ 42.49 33.35 22.29 -
YUV 157.38 107.47 176.23 -
System Red Green Blue C M Y K H S L
Decimal 225 130 121 0 0.42 0.46 0.12 5.19 0.63 0.68
Hex E1 82 79 0 2A 2E C 5 3F 44
Octal 341 202 171 0 52 56 14 5 77 104
Binary 11100001 10000010 1111001 0 101010 101110 1100 101 111111 1000100

Color Harmonies of #E18279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18279

Black with #E18279

Text Example


Text Example

White with #E18279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18279; }

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

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

background-color css

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

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

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

border-color css

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

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

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