#E07D70

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

Shades of New York Pink #E07D70

Tints of New York Pink #E07D70

Color information

#E07D70 (or 0xE07D70) is unknown color: approx New York Pink. HEX triplet: E0, 7D and 70. RGB value is (224,125,112). Sum of RGB (Red+Green+Blue) = 224+125+112=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07D70 is #1F828F. Grayscale: #999999. Windows color (decimal): -2065040 or 7372256. OLE color: 7372256.

HSL color Cylindrical-coordinate representation of color #E07D70: hue angle of 6.96º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E07D70 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB224125112-
CMYK00.440.500.12
HSL6.96º64.37%65.88%-
HSV(B)6.96º50%87.84%-
XYZ4131.6819.28-
YUV153.12104.8178.56-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.59%
GREEN value IS 125 (49.22% from 255) = 27.11%
BLUE value IS 112 (44.14% from 255) = 24.30%
R=48.59%
G=27.11%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412511200.440.500.126.9664.3765.88
HexE07D7002C32C74042
Octal34017516005462147100102
Binary11100000111110111100000101100110010110011110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07D70; }

 p { color: rgb(224,125,112); }

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

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

 a { background-color: rgb(224,125,112); }

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

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

 span { border-color: rgb(224,125,112); }

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