Html Css Color HEX #E2867A New York Pink

📋 copy color: '#E2867A'

red 226 ◦ green 134 ◦ blue 122

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

Shades of New York Pink #E2867A

Tints of New York Pink #E2867A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.8%

 BLUE value IS 122 (48.05% from 255) = 25.31%

R = 46.89%
G = 27.8%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E2867A (or 0xE2867A) is known color: New York Pink. HEX triplet: E2, 86 and 7A. RGB value is (226,134,122). Sum of RGB (Red+Green+Blue) = 226+134+122=482 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.89% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 122 (48.05% from 255 or 25.31% from 482); Max value from RGB is 226 - color contains mainly: red. Hex color #E2867A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2867A is #1D7985. Grayscale: #A0A0A0. Windows color (decimal): -1931654 or 8029922. OLE color: 8029922.

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

Color convert

RGB 226 134 122 -
CMYK 0 0.41 0.46 0.11
HSL 6.92º 0.64% 0.68% -
HSV(B) 6.92º 0.46% 0.89% -
XYZ 43.4 34.62 22.81 -
YUV 160.14 106.48 174.98 -
System Red Green Blue C M Y K H S L
Decimal 226 134 122 0 0.41 0.46 0.11 6.92 0.64 0.68
Hex E2 86 7A 0 29 2E B 7 40 44
Octal 342 206 172 0 51 56 13 7 100 104
Binary 11100010 10000110 1111010 0 101001 101110 1011 111 1000000 1000100

Color Harmonies of #E2867A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2867A

Black with #E2867A

Text Example


Text Example

White with #E2867A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2867A; }

 p { color: rgb(226,134,122); }

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

background-color css

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

 a { background-color: rgb(226,134,122); }

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

border-color css

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

 span { border-color: rgb(226,134,122); }

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