Html Css Color HEX #EB8978 New York Pink

📋 copy color: '#EB8978'

red 235 ◦ green 137 ◦ blue 120

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

Shades of New York Pink #EB8978

Tints of New York Pink #EB8978

RGB

 RED value IS 235 (92.19% from 255) = 47.76%

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

 BLUE value IS 120 (47.27% from 255) = 24.39%

R = 47.76%
G = 27.85%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EB8978 (or 0xEB8978) is known color: New York Pink. HEX triplet: EB, 89 and 78. RGB value is (235,137,120). Sum of RGB (Red+Green+Blue) = 235+137+120=492 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.76% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 120 (47.27% from 255 or 24.39% from 492); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8978 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8978 is #147687. Grayscale: #A4A4A4. Windows color (decimal): -1341064 or 7899627. OLE color: 7899627.

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

Color convert

RGB 235 137 120 -
CMYK 0 0.42 0.49 0.08
HSL 8.87º 0.74% 0.7% -
HSV(B) 8.87º 0.49% 0.92% -
XYZ 46.6 36.91 22.44 -
YUV 164.36 102.97 178.38 -
System Red Green Blue C M Y K H S L
Decimal 235 137 120 0 0.42 0.49 0.08 8.87 0.74 0.7
Hex EB 89 78 0 2A 31 8 9 4A 46
Octal 353 211 170 0 52 61 10 11 112 106
Binary 11101011 10001001 1111000 0 101010 110001 1000 1001 1001010 1000110

Color Harmonies of #EB8978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8978

Black with #EB8978

Text Example


Text Example

White with #EB8978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8978; }

 p { color: rgb(235,137,120); }

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

background-color css

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

 a { background-color: rgb(235,137,120); }

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

border-color css

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

 span { border-color: rgb(235,137,120); }

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