#E1836C

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

Shades of New York Pink #E1836C

Tints of New York Pink #E1836C

Color information

#E1836C (or 0xE1836C) is unknown color: approx New York Pink. HEX triplet: E1, 83 and 6C. RGB value is (225,131,108). Sum of RGB (Red+Green+Blue) = 225+131+108=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 108 (42.58% from 255 or 23.28% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E1836C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1836C is #1E7C93. Grayscale: #9C9C9C. Windows color (decimal): -1997972 or 7111649. OLE color: 7111649.

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

Color convert

RGB225131108-
CMYK00.420.520.12
HSL11.79º66.1%65.29%-
HSV(B)11.79º52%88.24%-
XYZ41.8733.3218.41-
YUV156.48100.64176.87-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.49%
GREEN value IS 131 (51.56% from 255) = 28.23%
BLUE value IS 108 (42.58% from 255) = 23.28%
R=48.49%
G=28.23%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513110800.420.520.1211.7966.165.29
HexE1836C02A34Cc4241
Octal341203154052641414102101
Binary1110000110000011110110001010101101001100110010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1836C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1836C; }

 p { color: rgb(225,131,108); }

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

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

 a { background-color: rgb(225,131,108); }

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

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

 span { border-color: rgb(225,131,108); }

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