#E0806D

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

Shades of New York Pink #E0806D

Tints of New York Pink #E0806D

Color information

#E0806D (or 0xE0806D) is unknown color: approx New York Pink. HEX triplet: E0, 80 and 6D. RGB value is (224,128,109). Sum of RGB (Red+Green+Blue) = 224+128+109=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E0806D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0806D is #1F7F92. Grayscale: #9A9A9A. Windows color (decimal): -2064275 or 7176416. OLE color: 7176416.

HSL color Cylindrical-coordinate representation of color #E0806D: hue angle of 9.91º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E0806D is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB224128109-
CMYK00.430.510.12
HSL9.91º64.97%65.29%-
HSV(B)9.91º51.34%87.84%-
XYZ41.2232.3918.55-
YUV154.54102.3177.54-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.59%
GREEN value IS 128 (50.39% from 255) = 27.77%
BLUE value IS 109 (42.97% from 255) = 23.64%
R=48.59%
G=27.77%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412810900.430.510.129.9164.9765.29
HexE0806D02B33Ca4141
Octal340200155053631412101101
Binary1110000010000000110110101010111100111100101010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0806D; }

 p { color: rgb(224,128,109); }

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

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

 a { background-color: rgb(224,128,109); }

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

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

 span { border-color: rgb(224,128,109); }

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