Html Css Color HEX #E08479 New York Pink

📋 copy color: '#E08479'

red 224 ◦ green 132 ◦ blue 121

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

Shades of New York Pink #E08479

Tints of New York Pink #E08479

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.67%

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

R = 46.96%
G = 27.67%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E08479 (or 0xE08479) is known color: New York Pink. HEX triplet: E0, 84 and 79. RGB value is (224,132,121). Sum of RGB (Red+Green+Blue) = 224+132+121=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 121 (47.66% from 255 or 25.37% from 477); Max value from RGB is 224 - color contains mainly: red. Hex color #E08479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08479 is #1F7B86. Grayscale: #9E9E9E. Windows color (decimal): -2063239 or 7963872. OLE color: 7963872.

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

Color convert

RGB 224 132 121 -
CMYK 0 0.41 0.46 0.12
HSL 6.41º 0.62% 0.68% -
HSV(B) 6.41º 0.46% 0.88% -
XYZ 42.44 33.73 22.36 -
YUV 158.25 106.98 174.89 -
System Red Green Blue C M Y K H S L
Decimal 224 132 121 0 0.41 0.46 0.12 6.41 0.62 0.68
Hex E0 84 79 0 29 2E C 6 3E 44
Octal 340 204 171 0 51 56 14 6 76 104
Binary 11100000 10000100 1111001 0 101001 101110 1100 110 111110 1000100

Color Harmonies of #E08479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08479

Black with #E08479

Text Example


Text Example

White with #E08479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08479; }

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

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

background-color css

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

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

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

border-color css

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

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

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