Html Css Color HEX #EA896F New York Pink

📋 copy color: '#EA896F'

red 234 ◦ green 137 ◦ blue 111

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

Shades of New York Pink #EA896F

Tints of New York Pink #EA896F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.42%

 BLUE value IS 111 (43.75% from 255) = 23.03%

R = 48.55%
G = 28.42%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EA896F (or 0xEA896F) is known color: New York Pink. HEX triplet: EA, 89 and 6F. RGB value is (234,137,111). Sum of RGB (Red+Green+Blue) = 234+137+111=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EA896F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA896F is #157690. Grayscale: #A3A3A3. Windows color (decimal): -1406609 or 7309802. OLE color: 7309802.

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

Color convert

RGB 234 137 111 -
CMYK 0 0.41 0.53 0.08
HSL 12.68º 0.75% 0.68% -
HSV(B) 12.68º 0.53% 0.92% -
XYZ 45.75 36.53 19.68 -
YUV 163.04 98.64 178.61 -
System Red Green Blue C M Y K H S L
Decimal 234 137 111 0 0.41 0.53 0.08 12.68 0.75 0.68
Hex EA 89 6F 0 29 35 8 D 4B 44
Octal 352 211 157 0 51 65 10 15 113 104
Binary 11101010 10001001 1101111 0 101001 110101 1000 1101 1001011 1000100

Color Harmonies of #EA896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA896F

Black with #EA896F

Text Example


Text Example

White with #EA896F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA896F; }

 p { color: rgb(234,137,111); }

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

background-color css

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

 a { background-color: rgb(234,137,111); }

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

border-color css

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

 span { border-color: rgb(234,137,111); }

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