#E08275

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

Shades of New York Pink #E08275

Tints of New York Pink #E08275

Color information

#E08275 (or 0xE08275) is unknown color: approx New York Pink. HEX triplet: E0, 82 and 75. RGB value is (224,130,117). Sum of RGB (Red+Green+Blue) = 224+130+117=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E08275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08275 is #1F7D8A. Grayscale: #9C9C9C. Windows color (decimal): -2063755 or 7701216. OLE color: 7701216.

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

Color convert

RGB224130117-
CMYK00.420.480.12
HSL7.29º63.31%66.86%-
HSV(B)7.29º47.77%87.84%-
XYZ41.9333.121.01-
YUV156.62105.64176.06-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.56%
GREEN value IS 130 (51.17% from 255) = 27.60%
BLUE value IS 117 (46.09% from 255) = 24.84%
R=47.56%
G=27.60%
B=24.84%

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
Decimal22413011700.420.480.127.2963.3166.86
HexE0827502A30C73f43
Octal3402021650526014777103
Binary11100000100000101110101010101011000011001111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08275; }

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

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

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

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

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

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

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

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