Html Css Color HEX #E08371 New York Pink

📋 copy color: '#E08371'

red 224 ◦ green 131 ◦ blue 113

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

Shades of New York Pink #E08371

Tints of New York Pink #E08371

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.99%

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

R = 47.86%
G = 27.99%
B = 24.15%

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

#E08371 (or 0xE08371) is known color: New York Pink. HEX triplet: E0, 83 and 71. RGB value is (224,131,113). Sum of RGB (Red+Green+Blue) = 224+131+113=468 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.86% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 113 (44.53% from 255 or 24.15% from 468); Max value from RGB is 224 - color contains mainly: red. Hex color #E08371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08371 is #1F7C8E. Grayscale: #9C9C9C. Windows color (decimal): -2063503 or 7439328. OLE color: 7439328.

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

Color convert

RGB 224 131 113 -
CMYK 0 0.42 0.50 0.12
HSL 9.73º 0.64% 0.66% -
HSV(B) 9.73º 0.5% 0.88% -
XYZ 41.84 33.27 19.84 -
YUV 156.76 103.31 175.96 -
System Red Green Blue C M Y K H S L
Decimal 224 131 113 0 0.42 0.50 0.12 9.73 0.64 0.66
Hex E0 83 71 0 2A 32 C A 40 42
Octal 340 203 161 0 52 62 14 12 100 102
Binary 11100000 10000011 1110001 0 101010 110010 1100 1010 1000000 1000010

Color Harmonies of #E08371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08371

Black with #E08371

Text Example


Text Example

White with #E08371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08371; }

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

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

background-color css

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

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

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

border-color css

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

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

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