Html Css Color HEX #E08671 New York Pink

📋 copy color: '#E08671'

red 224 ◦ green 134 ◦ blue 113

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

Shades of New York Pink #E08671

Tints of New York Pink #E08671

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.45%

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

R = 47.56%
G = 28.45%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E08671 (or 0xE08671) is known color: New York Pink. HEX triplet: E0, 86 and 71. RGB value is (224,134,113). Sum of RGB (Red+Green+Blue) = 224+134+113=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E08671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08671 is #1F798E. Grayscale: #9E9E9E. Windows color (decimal): -2062735 or 7440096. OLE color: 7440096.

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

Color convert

RGB 224 134 113 -
CMYK 0 0.40 0.50 0.12
HSL 11.35º 0.64% 0.66% -
HSV(B) 11.35º 0.5% 0.88% -
XYZ 42.25 34.09 19.98 -
YUV 158.52 102.32 174.71 -
System Red Green Blue C M Y K H S L
Decimal 224 134 113 0 0.40 0.50 0.12 11.35 0.64 0.66
Hex E0 86 71 0 28 32 C B 40 42
Octal 340 206 161 0 50 62 14 13 100 102
Binary 11100000 10000110 1110001 0 101000 110010 1100 1011 1000000 1000010

Color Harmonies of #E08671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08671

Black with #E08671

Text Example


Text Example

White with #E08671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08671; }

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

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

background-color css

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

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

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

border-color css

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

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

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