#E0806E

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

Shades of New York Pink #E0806E

Tints of New York Pink #E0806E

Color information

#E0806E (or 0xE0806E) is unknown color: approx New York Pink. HEX triplet: E0, 80 and 6E. RGB value is (224,128,110). Sum of RGB (Red+Green+Blue) = 224+128+110=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 110 (43.36% from 255 or 23.81% from 462); Max value from RGB is 224 - color contains mainly: red. Hex color #E0806E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0806E is #1F7F91. Grayscale: #9A9A9A. Windows color (decimal): -2064274 or 7241952. OLE color: 7241952.

HSL color Cylindrical-coordinate representation of color #E0806E: hue angle of 9.47º 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 #E0806E is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB224128110-
CMYK00.430.510.12
HSL9.47º64.77%65.49%-
HSV(B)9.47º50.89%87.84%-
XYZ41.2732.4118.83-
YUV154.65102.8177.46-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.48%
GREEN value IS 128 (50.39% from 255) = 27.71%
BLUE value IS 110 (43.36% from 255) = 23.81%
R=48.48%
G=27.71%
B=23.81%

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
Decimal22412811000.430.510.129.4764.7765.49
HexE0806E02B33C94141
Octal340200156053631411101101
Binary1110000010000000110111001010111100111100100110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0806E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0806E; }

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

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

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

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

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

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

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

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