#E4816A

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

Shades of New York Pink #E4816A

Tints of New York Pink #E4816A

Color information

#E4816A (or 0xE4816A) is unknown color: approx New York Pink. HEX triplet: E4, 81 and 6A. RGB value is (228,129,106). Sum of RGB (Red+Green+Blue) = 228+129+106=463 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.24% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 106 (41.80% from 255 or 22.89% from 463); Max value from RGB is 228 - color contains mainly: red. Hex color #E4816A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4816A is #1B7E95. Grayscale: #9C9C9C. Windows color (decimal): -1801878 or 6980068. OLE color: 6980068.

HSL color Cylindrical-coordinate representation of color #E4816A: hue angle of 11.31º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E4816A is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB228129106-
CMYK00.430.540.11
HSL11.31º69.32%65.49%-
HSV(B)11.31º53.51%89.41%-
XYZ42.4533.2417.81-
YUV155.9899.8179.37-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 49.24%
GREEN value IS 129 (50.78% from 255) = 27.86%
BLUE value IS 106 (41.80% from 255) = 22.89%
R=49.24%
G=27.86%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812910600.430.540.1111.3169.3265.49
HexE4816A02B36Bb4541
Octal344201152053661313105101
Binary1110010010000001110101001010111101101011101110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4816A; }

 p { color: rgb(228,129,106); }

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

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

 a { background-color: rgb(228,129,106); }

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

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

 span { border-color: rgb(228,129,106); }

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