#E07F6C

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

Shades of New York Pink #E07F6C

Tints of New York Pink #E07F6C

Color information

#E07F6C (or 0xE07F6C) is unknown color: approx New York Pink. HEX triplet: E0, 7F and 6C. RGB value is (224,127,108). Sum of RGB (Red+Green+Blue) = 224+127+108=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07F6C is #1F8093. Grayscale: #9A9A9A. Windows color (decimal): -2064532 or 7110624. OLE color: 7110624.

HSL color Cylindrical-coordinate representation of color #E07F6C: hue angle of 9.83º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E07F6C is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB224127108-
CMYK00.430.520.12
HSL9.83º65.17%65.1%-
HSV(B)9.83º51.79%87.84%-
XYZ41.0432.1118.22-
YUV153.84102.14178.04-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.80%
GREEN value IS 127 (50% from 255) = 27.67%
BLUE value IS 108 (42.58% from 255) = 23.53%
R=48.80%
G=27.67%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412710800.430.520.129.8365.1765.1
HexE07F6C02B34Ca4141
Octal340177154053641412101101
Binary111000001111111110110001010111101001100101010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07F6C; }

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

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

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

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

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

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

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

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