#E88572

Color #E88572 New York Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New York Pink #E88572

Tints of New York Pink #E88572

Color information

#E88572 (or 0xE88572) is unknown color: approx New York Pink. HEX triplet: E8, 85 and 72. RGB value is (232,133,114). Sum of RGB (Red+Green+Blue) = 232+133+114=479 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.43% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 232 - color contains mainly: red. Hex color #E88572 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88572 is #177A8D. Grayscale: #A0A0A0. Windows color (decimal): -1538702 or 7505384. OLE color: 7505384.

HSL color Cylindrical-coordinate representation of color #E88572: hue angle of 9.66º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E88572 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB232133114-
CMYK00.430.510.09
HSL9.66º71.95%67.84%-
HSV(B)9.66º50.86%90.98%-
XYZ44.735.1520.35-
YUV160.44101.8179.04-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.43%
GREEN value IS 133 (52.34% from 255) = 27.77%
BLUE value IS 114 (44.92% from 255) = 23.80%
R=48.43%
G=27.77%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213311400.430.510.099.6671.9567.84
HexE8857202B339a4844
Octal350205162053631112110104
Binary1110100010000101111001001010111100111001101010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88572; }

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

 H1.HeaderClassName
 {
   color: #E88572;
 }
 .AnyTagClassName
 {
   color: #E88572;
 }
</style>
background-color css

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

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

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

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

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

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