Html Css Color HEX #E2856B New York Pink

📋 copy color: '#E2856B'

red 226 ◦ green 133 ◦ blue 107

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

Shades of New York Pink #E2856B

Tints of New York Pink #E2856B

RGB

 RED value IS 226 (88.67% from 255) = 48.5%

 GREEN value IS 133 (52.34% from 255) = 28.54%

 BLUE value IS 107 (42.19% from 255) = 22.96%

R = 48.5%
G = 28.54%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E2856B (or 0xE2856B) is known color: New York Pink. HEX triplet: E2, 85 and 6B. RGB value is (226,133,107). Sum of RGB (Red+Green+Blue) = 226+133+107=466 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.50% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 107 (42.19% from 255 or 22.96% from 466); Max value from RGB is 226 - color contains mainly: red. Hex color #E2856B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2856B is #1D7A94. Grayscale: #9E9E9E. Windows color (decimal): -1931925 or 7046626. OLE color: 7046626.

HSL color Cylindrical-coordinate representation of color #E2856B: hue angle of 13.11º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E2856B is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 133 107 -
CMYK 0 0.41 0.53 0.11
HSL 13.11º 0.67% 0.65% -
HSV(B) 13.11º 0.53% 0.89% -
XYZ 42.41 34.01 18.24 -
YUV 157.84 99.31 176.61 -
System Red Green Blue C M Y K H S L
Decimal 226 133 107 0 0.41 0.53 0.11 13.11 0.67 0.65
Hex E2 85 6B 0 29 35 B D 43 41
Octal 342 205 153 0 51 65 13 15 103 101
Binary 11100010 10000101 1101011 0 101001 110101 1011 1101 1000011 1000001

Color Harmonies of #E2856B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2856B

Black with #E2856B

Text Example


Text Example

White with #E2856B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2856B; }

 p { color: rgb(226,133,107); }

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

background-color css

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

 a { background-color: rgb(226,133,107); }

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

border-color css

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

 span { border-color: rgb(226,133,107); }

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