Html Css Color HEX #EA8771 New York Pink

📋 copy color: '#EA8771'

red 234 ◦ green 135 ◦ blue 113

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

Shades of New York Pink #EA8771

Tints of New York Pink #EA8771

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.01%

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

R = 48.55%
G = 28.01%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EA8771 (or 0xEA8771) is known color: New York Pink. HEX triplet: EA, 87 and 71. RGB value is (234,135,113). Sum of RGB (Red+Green+Blue) = 234+135+113=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8771 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8771 is #15788E. Grayscale: #A2A2A2. Windows color (decimal): -1407119 or 7440362. OLE color: 7440362.

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

Color convert

RGB 234 135 113 -
CMYK 0 0.42 0.52 0.08
HSL 10.91º 0.74% 0.68% -
HSV(B) 10.91º 0.52% 0.92% -
XYZ 45.58 36.01 20.17 -
YUV 162.09 100.3 179.29 -
System Red Green Blue C M Y K H S L
Decimal 234 135 113 0 0.42 0.52 0.08 10.91 0.74 0.68
Hex EA 87 71 0 2A 34 8 B 4A 44
Octal 352 207 161 0 52 64 10 13 112 104
Binary 11101010 10000111 1110001 0 101010 110100 1000 1011 1001010 1000100

Color Harmonies of #EA8771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8771

Black with #EA8771

Text Example


Text Example

White with #EA8771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8771; }

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

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

background-color css

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

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

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

border-color css

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

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

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