Html Css Color HEX #EB836C New York Pink

📋 copy color: '#EB836C'

red 235 ◦ green 131 ◦ blue 108

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

Shades of New York Pink #EB836C

Tints of New York Pink #EB836C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.64%

 BLUE value IS 108 (42.58% from 255) = 22.78%

R = 49.58%
G = 27.64%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EB836C (or 0xEB836C) is known color: New York Pink. HEX triplet: EB, 83 and 6C. RGB value is (235,131,108). Sum of RGB (Red+Green+Blue) = 235+131+108=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 235 - color contains mainly: red. Hex color #EB836C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB836C is #147C93. Grayscale: #9F9F9F. Windows color (decimal): -1342612 or 7111659. OLE color: 7111659.

HSL color Cylindrical-coordinate representation of color #EB836C: hue angle of 10.87º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EB836C is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 131 108 -
CMYK 0 0.44 0.54 0.08
HSL 10.87º 0.76% 0.67% -
HSV(B) 10.87º 0.54% 0.92% -
XYZ 45.08 34.98 18.56 -
YUV 159.47 98.96 181.87 -
System Red Green Blue C M Y K H S L
Decimal 235 131 108 0 0.44 0.54 0.08 10.87 0.76 0.67
Hex EB 83 6C 0 2C 36 8 B 4C 43
Octal 353 203 154 0 54 66 10 13 114 103
Binary 11101011 10000011 1101100 0 101100 110110 1000 1011 1001100 1000011

Color Harmonies of #EB836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB836C

Black with #EB836C

Text Example


Text Example

White with #EB836C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB836C; }

 p { color: rgb(235,131,108); }

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

background-color css

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

 a { background-color: rgb(235,131,108); }

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

border-color css

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

 span { border-color: rgb(235,131,108); }

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