Html Css Color HEX #EB8268 New York Pink

📋 copy color: '#EB8268'

red 235 ◦ green 130 ◦ blue 104

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

Shades of New York Pink #EB8268

Tints of New York Pink #EB8268

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.72%

 BLUE value IS 104 (41.02% from 255) = 22.17%

R = 50.11%
G = 27.72%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EB8268 (or 0xEB8268) is known color: New York Pink. HEX triplet: EB, 82 and 68. RGB value is (235,130,104). Sum of RGB (Red+Green+Blue) = 235+130+104=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 104 (41.02% from 255 or 22.17% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8268 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8268 is #147D97. Grayscale: #9E9E9E. Windows color (decimal): -1342872 or 6849259. OLE color: 6849259.

HSL color Cylindrical-coordinate representation of color #EB8268: hue angle of 11.91º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EB8268 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 130 104 -
CMYK 0 0.45 0.56 0.08
HSL 11.91º 0.77% 0.66% -
HSV(B) 11.91º 0.56% 0.92% -
XYZ 44.74 34.63 17.42 -
YUV 158.43 97.29 182.61 -
System Red Green Blue C M Y K H S L
Decimal 235 130 104 0 0.45 0.56 0.08 11.91 0.77 0.66
Hex EB 82 68 0 2D 38 8 C 4D 42
Octal 353 202 150 0 55 70 10 14 115 102
Binary 11101011 10000010 1101000 0 101101 111000 1000 1100 1001101 1000010

Color Harmonies of #EB8268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8268

Black with #EB8268

Text Example


Text Example

White with #EB8268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8268; }

 p { color: rgb(235,130,104); }

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

background-color css

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

 a { background-color: rgb(235,130,104); }

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

border-color css

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

 span { border-color: rgb(235,130,104); }

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