Html Css Color HEX #E2826D New York Pink

📋 copy color: '#E2826D'

red 226 ◦ green 130 ◦ blue 109

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

Shades of New York Pink #E2826D

Tints of New York Pink #E2826D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.96%

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

R = 48.6%
G = 27.96%
B = 23.44%

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

#E2826D (or 0xE2826D) is known color: New York Pink. HEX triplet: E2, 82 and 6D. RGB value is (226,130,109). Sum of RGB (Red+Green+Blue) = 226+130+109=465 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.60% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 226 - color contains mainly: red. Hex color #E2826D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2826D is #1D7D92. Grayscale: #9C9C9C. Windows color (decimal): -1932691 or 7176930. OLE color: 7176930.

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

Color convert

RGB 226 130 109 -
CMYK 0 0.42 0.52 0.11
HSL 10.77º 0.67% 0.66% -
HSV(B) 10.77º 0.52% 0.89% -
XYZ 42.11 33.24 18.66 -
YUV 156.31 101.3 177.71 -
System Red Green Blue C M Y K H S L
Decimal 226 130 109 0 0.42 0.52 0.11 10.77 0.67 0.66
Hex E2 82 6D 0 2A 34 B B 43 42
Octal 342 202 155 0 52 64 13 13 103 102
Binary 11100010 10000010 1101101 0 101010 110100 1011 1011 1000011 1000010

Color Harmonies of #E2826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2826D

Black with #E2826D

Text Example


Text Example

White with #E2826D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2826D; }

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

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

background-color css

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

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

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

border-color css

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

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

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