#E07A69

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

Shades of New York Pink #E07A69

Tints of New York Pink #E07A69

Color information

#E07A69 (or 0xE07A69) is unknown color: approx New York Pink. HEX triplet: E0, 7A and 69. RGB value is (224,122,105). Sum of RGB (Red+Green+Blue) = 224+122+105=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 105 (41.41% from 255 or 23.28% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07A69 is #1F8596. Grayscale: #969696. Windows color (decimal): -2065815 or 6912736. OLE color: 6912736.

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

Color convert

RGB224122105-
CMYK00.460.530.12
HSL8.57º65.75%64.51%-
HSV(B)8.57º53.12%87.84%-
XYZ40.2530.7917.19-
YUV150.56102.29180.38-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.67%
GREEN value IS 122 (48.05% from 255) = 27.05%
BLUE value IS 105 (41.41% from 255) = 23.28%
R=49.67%
G=27.05%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412210500.460.530.128.5765.7564.51
HexE07A6902E35C94241
Octal340172151056651411102101
Binary111000001111010110100101011101101011100100110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07A69; }

 p { color: rgb(224,122,105); }

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

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

 a { background-color: rgb(224,122,105); }

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

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

 span { border-color: rgb(224,122,105); }

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