Html Css Color HEX #E28572 New York Pink

📋 copy color: '#E28572'

red 226 ◦ green 133 ◦ blue 114

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

Shades of New York Pink #E28572

Tints of New York Pink #E28572

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.12%

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

R = 47.78%
G = 28.12%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E28572 (or 0xE28572) is known color: New York Pink. HEX triplet: E2, 85 and 72. RGB value is (226,133,114). Sum of RGB (Red+Green+Blue) = 226+133+114=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 114 (44.92% from 255 or 24.10% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E28572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28572 is #1D7A8D. Grayscale: #9E9E9E. Windows color (decimal): -1931918 or 7505378. OLE color: 7505378.

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

Color convert

RGB 226 133 114 -
CMYK 0 0.41 0.50 0.11
HSL 10.18º 0.66% 0.67% -
HSV(B) 10.18º 0.5% 0.89% -
XYZ 42.79 34.16 20.26 -
YUV 158.64 102.81 176.04 -
System Red Green Blue C M Y K H S L
Decimal 226 133 114 0 0.41 0.50 0.11 10.18 0.66 0.67
Hex E2 85 72 0 29 32 B A 42 43
Octal 342 205 162 0 51 62 13 12 102 103
Binary 11100010 10000101 1110010 0 101001 110010 1011 1010 1000010 1000011

Color Harmonies of #E28572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28572

Black with #E28572

Text Example


Text Example

White with #E28572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28572; }

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

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

background-color css

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

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

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

border-color css

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

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

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