#E38A6F

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

Shades of New York Pink #E38A6F

Tints of New York Pink #E38A6F

Color information

#E38A6F (or 0xE38A6F) is unknown color: approx New York Pink. HEX triplet: E3, 8A and 6F. RGB value is (227,138,111). Sum of RGB (Red+Green+Blue) = 227+138+111=476 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.69% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 111 (43.75% from 255 or 23.32% from 476); Max value from RGB is 227 - color contains mainly: red. Hex color #E38A6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38A6F is #1C7590. Grayscale: #A1A1A1. Windows color (decimal): -1865105 or 7310051. OLE color: 7310051.

HSL color Cylindrical-coordinate representation of color #E38A6F: hue angle of 13.97º degrees, saturation: 0.67, 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 #E38A6F is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB227138111-
CMYK00.390.510.11
HSL13.97º67.44%66.27%-
HSV(B)13.97º51.1%89.02%-
XYZ43.6435.6619.62-
YUV161.5399.49174.7-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.69%
GREEN value IS 138 (54.30% from 255) = 28.99%
BLUE value IS 111 (43.75% from 255) = 23.32%
R=47.69%
G=28.99%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713811100.390.510.1113.9767.4466.27
HexE38A6F02733Be4342
Octal343212157047631316103102
Binary1110001110001010110111101001111100111011111010000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38A6F; }

 p { color: rgb(227,138,111); }

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

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

 a { background-color: rgb(227,138,111); }

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

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

 span { border-color: rgb(227,138,111); }

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