#E08D75

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

Shades of New York Pink #E08D75

Tints of New York Pink #E08D75

Color information

#E08D75 (or 0xE08D75) is unknown color: approx New York Pink. HEX triplet: E0, 8D and 75. RGB value is (224,141,117). Sum of RGB (Red+Green+Blue) = 224+141+117=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08D75 is #1F728A. Grayscale: #A3A3A3. Windows color (decimal): -2060939 or 7704032. OLE color: 7704032.

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

Color convert

RGB224141117-
CMYK00.370.480.12
HSL13.46º63.31%66.86%-
HSV(B)13.46º47.77%87.84%-
XYZ43.4836.1821.52-
YUV163.08102171.45-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.47%
GREEN value IS 141 (55.47% from 255) = 29.25%
BLUE value IS 117 (46.09% from 255) = 24.27%
R=46.47%
G=29.25%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414111700.370.480.1213.4663.3166.86
HexE08D7502530Cd3f43
Octal34021516504560141577103
Binary111000001000110111101010100101110000110011011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08D75; }

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

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

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

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

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

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

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

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