Html Css Color HEX #E2876F New York Pink

📋 copy color: '#E2876F'

red 226 ◦ green 135 ◦ blue 111

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

Shades of New York Pink #E2876F

Tints of New York Pink #E2876F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.52%

R = 47.88%
G = 28.6%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E2876F (or 0xE2876F) is known color: New York Pink. HEX triplet: E2, 87 and 6F. RGB value is (226,135,111). Sum of RGB (Red+Green+Blue) = 226+135+111=472 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.88% from 472); Green value is 135 (53.12% from 255 or 28.60% from 472); Blue value is 111 (43.75% from 255 or 23.52% from 472); Max value from RGB is 226 - color contains mainly: red. Hex color #E2876F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2876F is #1D7890. Grayscale: #9F9F9F. Windows color (decimal): -1931409 or 7309282. OLE color: 7309282.

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

Color convert

RGB 226 135 111 -
CMYK 0 0.40 0.51 0.11
HSL 12.52º 0.66% 0.66% -
HSV(B) 12.52º 0.51% 0.89% -
XYZ 42.9 34.64 19.47 -
YUV 159.47 100.65 175.45 -
System Red Green Blue C M Y K H S L
Decimal 226 135 111 0 0.40 0.51 0.11 12.52 0.66 0.66
Hex E2 87 6F 0 28 33 B D 42 42
Octal 342 207 157 0 50 63 13 15 102 102
Binary 11100010 10000111 1101111 0 101000 110011 1011 1101 1000010 1000010

Color Harmonies of #E2876F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2876F

Black with #E2876F

Text Example


Text Example

White with #E2876F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2876F; }

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

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

background-color css

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

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

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

border-color css

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

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

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