#E08175

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

Shades of New York Pink #E08175

Tints of New York Pink #E08175

Color information

#E08175 (or 0xE08175) is unknown color: approx New York Pink. HEX triplet: E0, 81 and 75. RGB value is (224,129,117). Sum of RGB (Red+Green+Blue) = 224+129+117=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 224 - color contains mainly: red. Hex color #E08175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08175 is #1F7E8A. Grayscale: #9C9C9C. Windows color (decimal): -2064011 or 7700960. OLE color: 7700960.

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

Color convert

RGB224129117-
CMYK00.420.480.12
HSL6.73º63.31%66.86%-
HSV(B)6.73º47.77%87.84%-
XYZ41.832.8320.96-
YUV156.04105.97176.48-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.66%
GREEN value IS 129 (50.78% from 255) = 27.45%
BLUE value IS 117 (46.09% from 255) = 24.89%
R=47.66%
G=27.45%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412911700.420.480.126.7363.3166.86
HexE0817502A30C73f43
Octal3402011650526014777103
Binary11100000100000011110101010101011000011001111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08175; }

 p { color: rgb(224,129,117); }

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

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

 a { background-color: rgb(224,129,117); }

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

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

 span { border-color: rgb(224,129,117); }

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