Html Css Color HEX #E28072 New York Pink

📋 copy color: '#E28072'

red 226 ◦ green 128 ◦ blue 114

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

Shades of New York Pink #E28072

Tints of New York Pink #E28072

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.35%

 BLUE value IS 114 (44.92% from 255) = 24.36%

R = 48.29%
G = 27.35%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E28072 (or 0xE28072) is known color: New York Pink. HEX triplet: E2, 80 and 72. RGB value is (226,128,114). Sum of RGB (Red+Green+Blue) = 226+128+114=468 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.29% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 114 (44.92% from 255 or 24.36% from 468); Max value from RGB is 226 - color contains mainly: red. Hex color #E28072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28072 is #1D7F8D. Grayscale: #9B9B9B. Windows color (decimal): -1933198 or 7504098. OLE color: 7504098.

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

Color convert

RGB 226 128 114 -
CMYK 0 0.43 0.50 0.11
HSL 7.5º 0.66% 0.67% -
HSV(B) 7.5º 0.5% 0.89% -
XYZ 42.12 32.82 20.03 -
YUV 155.71 104.47 178.14 -
System Red Green Blue C M Y K H S L
Decimal 226 128 114 0 0.43 0.50 0.11 7.5 0.66 0.67
Hex E2 80 72 0 2B 32 B 8 42 43
Octal 342 200 162 0 53 62 13 10 102 103
Binary 11100010 10000000 1110010 0 101011 110010 1011 1000 1000010 1000011

Color Harmonies of #E28072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28072

Black with #E28072

Text Example


Text Example

White with #E28072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28072; }

 p { color: rgb(226,128,114); }

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

background-color css

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

 a { background-color: rgb(226,128,114); }

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

border-color css

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

 span { border-color: rgb(226,128,114); }

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