#E07F6F

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

Shades of New York Pink #E07F6F

Tints of New York Pink #E07F6F

Color information

#E07F6F (or 0xE07F6F) is unknown color: approx New York Pink. HEX triplet: E0, 7F and 6F. RGB value is (224,127,111). Sum of RGB (Red+Green+Blue) = 224+127+111=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 111 (43.75% from 255 or 24.03% from 462); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07F6F is #1F8090. Grayscale: #9A9A9A. Windows color (decimal): -2064529 or 7307232. OLE color: 7307232.

HSL color Cylindrical-coordinate representation of color #E07F6F: hue angle of 8.5º degrees, saturation: 0.65, 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 #E07F6F is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB224127111-
CMYK00.430.500.12
HSL8.5º64.57%65.69%-
HSV(B)8.5º50.45%87.84%-
XYZ41.232.1719.08-
YUV154.18103.64177.8-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.48%
GREEN value IS 127 (50% from 255) = 27.49%
BLUE value IS 111 (43.75% from 255) = 24.03%
R=48.48%
G=27.49%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412711100.430.500.128.564.5765.69
HexE07F6F02B32C84142
Octal340177157053621410101102
Binary111000001111111110111101010111100101100100010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07F6F; }

 p { color: rgb(224,127,111); }

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

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

 a { background-color: rgb(224,127,111); }

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

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

 span { border-color: rgb(224,127,111); }

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