#E68A7B

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

Shades of New York Pink #E68A7B

Tints of New York Pink #E68A7B

Color information

#E68A7B (or 0xE68A7B) is unknown color: approx New York Pink. HEX triplet: E6, 8A and 7B. RGB value is (230,138,123). Sum of RGB (Red+Green+Blue) = 230+138+123=491 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.84% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68A7B is #197584. Grayscale: #A3A3A3. Windows color (decimal): -1668485 or 8096486. OLE color: 8096486.

HSL color Cylindrical-coordinate representation of color #E68A7B: hue angle of 8.41º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E68A7B is Cyan = 0, Magento = 0.4, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB230138123-
CMYK00.40.470.10
HSL8.41º68.15%69.22%-
HSV(B)8.41º46.52%90.2%-
XYZ45.336.4323.38-
YUV163.8104.98175.22-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.84%
GREEN value IS 138 (54.30% from 255) = 28.11%
BLUE value IS 123 (48.44% from 255) = 25.05%
R=46.84%
G=28.11%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013812300.40.470.108.4168.1569.22
HexE68A7B0282FA84445
Octal346212173050571210104105
Binary1110011010001010111101101010001011111010100010001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68A7B; }

 p { color: rgb(230,138,123); }

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

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

 a { background-color: rgb(230,138,123); }

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

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

 span { border-color: rgb(230,138,123); }

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