Html Css Color HEX #E2846D New York Pink

📋 copy color: '#E2846D'

red 226 ◦ green 132 ◦ blue 109

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

Shades of New York Pink #E2846D

Tints of New York Pink #E2846D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.27%

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

R = 48.39%
G = 28.27%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E2846D (or 0xE2846D) is known color: New York Pink. HEX triplet: E2, 84 and 6D. RGB value is (226,132,109). Sum of RGB (Red+Green+Blue) = 226+132+109=467 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.39% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 226 - color contains mainly: red. Hex color #E2846D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2846D is #1D7B92. Grayscale: #9D9D9D. Windows color (decimal): -1932179 or 7177442. OLE color: 7177442.

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

Color convert

RGB 226 132 109 -
CMYK 0 0.42 0.52 0.11
HSL 11.79º 0.67% 0.66% -
HSV(B) 11.79º 0.52% 0.89% -
XYZ 42.38 33.78 18.75 -
YUV 157.48 100.64 176.87 -
System Red Green Blue C M Y K H S L
Decimal 226 132 109 0 0.42 0.52 0.11 11.79 0.67 0.66
Hex E2 84 6D 0 2A 34 B C 43 42
Octal 342 204 155 0 52 64 13 14 103 102
Binary 11100010 10000100 1101101 0 101010 110100 1011 1100 1000011 1000010

Color Harmonies of #E2846D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2846D

Black with #E2846D

Text Example


Text Example

White with #E2846D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2846D; }

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

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

background-color css

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

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

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

border-color css

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

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

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