#E4816F

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

Shades of New York Pink #E4816F

Tints of New York Pink #E4816F

Color information

#E4816F (or 0xE4816F) is unknown color: approx New York Pink. HEX triplet: E4, 81 and 6F. RGB value is (228,129,111). Sum of RGB (Red+Green+Blue) = 228+129+111=468 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.72% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 111 (43.75% from 255 or 23.72% from 468); Max value from RGB is 228 - color contains mainly: red. Hex color #E4816F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4816F is #1B7E90. Grayscale: #9C9C9C. Windows color (decimal): -1801873 or 7307748. OLE color: 7307748.

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

Color convert

RGB228129111-
CMYK00.430.510.11
HSL9.23º68.42%66.47%-
HSV(B)9.23º51.32%89.41%-
XYZ42.7133.3419.22-
YUV156.55102.3178.96-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48.72%
GREEN value IS 129 (50.78% from 255) = 27.56%
BLUE value IS 111 (43.75% from 255) = 23.72%
R=48.72%
G=27.56%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812911100.430.510.119.2368.4266.47
HexE4816F02B33B94442
Octal344201157053631311104102
Binary1110010010000001110111101010111100111011100110001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4816F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4816F; }

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

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

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

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

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

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

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

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