Html Css Color HEX #E08271 New York Pink

📋 copy color: '#E08271'

red 224 ◦ green 130 ◦ blue 113

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

Shades of New York Pink #E08271

Tints of New York Pink #E08271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.2%

R = 47.97%
G = 27.84%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E08271 (or 0xE08271) is known color: New York Pink. HEX triplet: E0, 82 and 71. RGB value is (224,130,113). Sum of RGB (Red+Green+Blue) = 224+130+113=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 113 (44.53% from 255 or 24.20% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E08271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08271 is #1F7D8E. Grayscale: #9C9C9C. Windows color (decimal): -2063759 or 7439072. OLE color: 7439072.

HSL color Cylindrical-coordinate representation of color #E08271: hue angle of 9.19º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E08271 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 130 113 -
CMYK 0 0.42 0.50 0.12
HSL 9.19º 0.64% 0.66% -
HSV(B) 9.19º 0.5% 0.88% -
XYZ 41.7 33 19.8 -
YUV 156.17 103.64 176.38 -
System Red Green Blue C M Y K H S L
Decimal 224 130 113 0 0.42 0.50 0.12 9.19 0.64 0.66
Hex E0 82 71 0 2A 32 C 9 40 42
Octal 340 202 161 0 52 62 14 11 100 102
Binary 11100000 10000010 1110001 0 101010 110010 1100 1001 1000000 1000010

Color Harmonies of #E08271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08271

Black with #E08271

Text Example


Text Example

White with #E08271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08271; }

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

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

background-color css

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

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

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

border-color css

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

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

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