Html Css Color HEX #E28970 New York Pink

📋 copy color: '#E28970'

red 226 ◦ green 137 ◦ blue 112

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

Shades of New York Pink #E28970

Tints of New York Pink #E28970

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.84%

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

R = 47.58%
G = 28.84%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E28970 (or 0xE28970) is known color: New York Pink. HEX triplet: E2, 89 and 70. RGB value is (226,137,112). Sum of RGB (Red+Green+Blue) = 226+137+112=475 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.58% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 226 - color contains mainly: red. Hex color #E28970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28970 is #1D768F. Grayscale: #A0A0A0. Windows color (decimal): -1930896 or 7375330. OLE color: 7375330.

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

Color convert

RGB 226 137 112 -
CMYK 0 0.39 0.50 0.11
HSL 13.16º 0.66% 0.66% -
HSV(B) 13.16º 0.5% 0.89% -
XYZ 43.23 35.23 19.85 -
YUV 160.76 100.49 174.53 -
System Red Green Blue C M Y K H S L
Decimal 226 137 112 0 0.39 0.50 0.11 13.16 0.66 0.66
Hex E2 89 70 0 27 32 B D 42 42
Octal 342 211 160 0 47 62 13 15 102 102
Binary 11100010 10001001 1110000 0 100111 110010 1011 1101 1000010 1000010

Color Harmonies of #E28970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28970

Black with #E28970

Text Example


Text Example

White with #E28970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28970; }

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

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

background-color css

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

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

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

border-color css

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

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

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