Html Css Color HEX #E2816B New York Pink

📋 copy color: '#E2816B'

red 226 ◦ green 129 ◦ blue 107

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

Shades of New York Pink #E2816B

Tints of New York Pink #E2816B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.92%

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

R = 48.92%
G = 27.92%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E2816B (or 0xE2816B) is known color: New York Pink. HEX triplet: E2, 81 and 6B. RGB value is (226,129,107). Sum of RGB (Red+Green+Blue) = 226+129+107=462 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.92% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 107 (42.19% from 255 or 23.16% from 462); Max value from RGB is 226 - color contains mainly: red. Hex color #E2816B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2816B is #1D7E94. Grayscale: #9B9B9B. Windows color (decimal): -1932949 or 7045602. OLE color: 7045602.

HSL color Cylindrical-coordinate representation of color #E2816B: hue angle of 11.09º 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 #E2816B is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 129 107 -
CMYK 0 0.43 0.53 0.11
HSL 11.09º 0.67% 0.65% -
HSV(B) 11.09º 0.53% 0.89% -
XYZ 41.87 32.93 18.06 -
YUV 155.5 100.64 178.29 -
System Red Green Blue C M Y K H S L
Decimal 226 129 107 0 0.43 0.53 0.11 11.09 0.67 0.65
Hex E2 81 6B 0 2B 35 B B 43 41
Octal 342 201 153 0 53 65 13 13 103 101
Binary 11100010 10000001 1101011 0 101011 110101 1011 1011 1000011 1000001

Color Harmonies of #E2816B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2816B

Black with #E2816B

Text Example


Text Example

White with #E2816B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2816B; }

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

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

background-color css

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

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

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

border-color css

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

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

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