#E07F6A

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

Shades of New York Pink #E07F6A

Tints of New York Pink #E07F6A

Color information

#E07F6A (or 0xE07F6A) is unknown color: approx New York Pink. HEX triplet: E0, 7F and 6A. RGB value is (224,127,106). Sum of RGB (Red+Green+Blue) = 224+127+106=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 106 (41.80% from 255 or 23.19% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07F6A is #1F8095. Grayscale: #999999. Windows color (decimal): -2064534 or 6979552. OLE color: 6979552.

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

Color convert

RGB224127106-
CMYK00.430.530.12
HSL10.68º65.56%64.71%-
HSV(B)10.68º52.68%87.84%-
XYZ40.9332.0717.67-
YUV153.61101.14178.21-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.02%
GREEN value IS 127 (50% from 255) = 27.79%
BLUE value IS 106 (41.80% from 255) = 23.19%
R=49.02%
G=27.79%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412710600.430.530.1210.6865.5664.71
HexE07F6A02B35Cb4241
Octal340177152053651413102101
Binary111000001111111110101001010111101011100101110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07F6A; }

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

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

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

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

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

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

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

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