Html Css Color HEX #E08279 New York Pink

📋 copy color: '#E08279'

red 224 ◦ green 130 ◦ blue 121

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

Shades of New York Pink #E08279

Tints of New York Pink #E08279

RGB

 RED value IS 224 (87.89% from 255) = 47.16%

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

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

R = 47.16%
G = 27.37%
B = 25.47%

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

#E08279 (or 0xE08279) is known color: New York Pink. HEX triplet: E0, 82 and 79. RGB value is (224,130,121). Sum of RGB (Red+Green+Blue) = 224+130+121=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 121 (47.66% from 255 or 25.47% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E08279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08279 is #1F7D86. Grayscale: #9D9D9D. Windows color (decimal): -2063751 or 7963360. OLE color: 7963360.

HSL color Cylindrical-coordinate representation of color #E08279: hue angle of 5.24º degrees, saturation: 0.62, 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 #E08279 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 130 121 -
CMYK 0 0.42 0.46 0.12
HSL 5.24º 0.62% 0.68% -
HSV(B) 5.24º 0.46% 0.88% -
XYZ 42.17 33.19 22.27 -
YUV 157.08 107.64 175.73 -
System Red Green Blue C M Y K H S L
Decimal 224 130 121 0 0.42 0.46 0.12 5.24 0.62 0.68
Hex E0 82 79 0 2A 2E C 5 3E 44
Octal 340 202 171 0 52 56 14 5 76 104
Binary 11100000 10000010 1111001 0 101010 101110 1100 101 111110 1000100

Color Harmonies of #E08279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08279

Black with #E08279

Text Example


Text Example

White with #E08279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08279; }

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

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

background-color css

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

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

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

border-color css

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

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

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