Html Css Color HEX #E28770 New York Pink

📋 copy color: '#E28770'

red 226 ◦ green 135 ◦ blue 112

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

Shades of New York Pink #E28770

Tints of New York Pink #E28770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.68%

R = 47.78%
G = 28.54%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E28770 (or 0xE28770) is known color: New York Pink. HEX triplet: E2, 87 and 70. RGB value is (226,135,112). Sum of RGB (Red+Green+Blue) = 226+135+112=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 135 (53.12% from 255 or 28.54% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E28770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28770 is #1D788F. Grayscale: #9F9F9F. Windows color (decimal): -1931408 or 7374818. OLE color: 7374818.

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

Color convert

RGB 226 135 112 -
CMYK 0 0.40 0.50 0.11
HSL 12.11º 0.66% 0.66% -
HSV(B) 12.11º 0.5% 0.89% -
XYZ 42.95 34.67 19.76 -
YUV 159.59 101.15 175.37 -
System Red Green Blue C M Y K H S L
Decimal 226 135 112 0 0.40 0.50 0.11 12.11 0.66 0.66
Hex E2 87 70 0 28 32 B C 42 42
Octal 342 207 160 0 50 62 13 14 102 102
Binary 11100010 10000111 1110000 0 101000 110010 1011 1100 1000010 1000010

Color Harmonies of #E28770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28770

Black with #E28770

Text Example


Text Example

White with #E28770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28770; }

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

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

background-color css

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

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

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

border-color css

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

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

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