Html Css Color HEX #E2876D New York Pink

📋 copy color: '#E2876D'

red 226 ◦ green 135 ◦ blue 109

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

Shades of New York Pink #E2876D

Tints of New York Pink #E2876D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.72%

 BLUE value IS 109 (42.97% from 255) = 23.19%

R = 48.09%
G = 28.72%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E2876D (or 0xE2876D) is known color: New York Pink. HEX triplet: E2, 87 and 6D. RGB value is (226,135,109). Sum of RGB (Red+Green+Blue) = 226+135+109=470 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.09% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 226 - color contains mainly: red. Hex color #E2876D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2876D is #1D7892. Grayscale: #9F9F9F. Windows color (decimal): -1931411 or 7178210. OLE color: 7178210.

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

Color convert

RGB 226 135 109 -
CMYK 0 0.40 0.52 0.11
HSL 13.33º 0.67% 0.66% -
HSV(B) 13.33º 0.52% 0.89% -
XYZ 42.79 34.6 18.89 -
YUV 159.25 99.65 175.61 -
System Red Green Blue C M Y K H S L
Decimal 226 135 109 0 0.40 0.52 0.11 13.33 0.67 0.66
Hex E2 87 6D 0 28 34 B D 43 42
Octal 342 207 155 0 50 64 13 15 103 102
Binary 11100010 10000111 1101101 0 101000 110100 1011 1101 1000011 1000010

Color Harmonies of #E2876D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2876D

Black with #E2876D

Text Example


Text Example

White with #E2876D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2876D; }

 p { color: rgb(226,135,109); }

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

background-color css

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

 a { background-color: rgb(226,135,109); }

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

border-color css

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

 span { border-color: rgb(226,135,109); }

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