Html Css Color HEX #EA8671 New York Pink

📋 copy color: '#EA8671'

red 234 ◦ green 134 ◦ blue 113

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

Shades of New York Pink #EA8671

Tints of New York Pink #EA8671

RGB

 RED value IS 234 (91.8% from 255) = 48.65%

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

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

R = 48.65%
G = 27.86%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EA8671 (or 0xEA8671) is known color: New York Pink. HEX triplet: EA, 86 and 71. RGB value is (234,134,113). Sum of RGB (Red+Green+Blue) = 234+134+113=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8671 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8671 is #15798E. Grayscale: #A1A1A1. Windows color (decimal): -1407375 or 7440106. OLE color: 7440106.

HSL color Cylindrical-coordinate representation of color #EA8671: hue angle of 10.41º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EA8671 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 134 113 -
CMYK 0 0.43 0.52 0.08
HSL 10.41º 0.74% 0.68% -
HSV(B) 10.41º 0.52% 0.92% -
XYZ 45.44 35.73 20.13 -
YUV 161.51 100.63 179.71 -
System Red Green Blue C M Y K H S L
Decimal 234 134 113 0 0.43 0.52 0.08 10.41 0.74 0.68
Hex EA 86 71 0 2B 34 8 A 4A 44
Octal 352 206 161 0 53 64 10 12 112 104
Binary 11101010 10000110 1110001 0 101011 110100 1000 1010 1001010 1000100

Color Harmonies of #EA8671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8671

Black with #EA8671

Text Example


Text Example

White with #EA8671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8671; }

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

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

background-color css

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

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

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

border-color css

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

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

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