Html Css Color HEX #EB826A New York Pink

📋 copy color: '#EB826A'

red 235 ◦ green 130 ◦ blue 106

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

Shades of New York Pink #EB826A

Tints of New York Pink #EB826A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.51%

R = 49.89%
G = 27.6%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EB826A (or 0xEB826A) is known color: New York Pink. HEX triplet: EB, 82 and 6A. RGB value is (235,130,106). Sum of RGB (Red+Green+Blue) = 235+130+106=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EB826A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB826A is #147D95. Grayscale: #9E9E9E. Windows color (decimal): -1342870 or 6980331. OLE color: 6980331.

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

Color convert

RGB 235 130 106 -
CMYK 0 0.45 0.55 0.08
HSL 11.16º 0.76% 0.67% -
HSV(B) 11.16º 0.55% 0.92% -
XYZ 44.85 34.67 17.96 -
YUV 158.66 98.29 182.45 -
System Red Green Blue C M Y K H S L
Decimal 235 130 106 0 0.45 0.55 0.08 11.16 0.76 0.67
Hex EB 82 6A 0 2D 37 8 B 4C 43
Octal 353 202 152 0 55 67 10 13 114 103
Binary 11101011 10000010 1101010 0 101101 110111 1000 1011 1001100 1000011

Color Harmonies of #EB826A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB826A

Black with #EB826A

Text Example


Text Example

White with #EB826A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB826A; }

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

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

background-color css

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

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

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

border-color css

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

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

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