#E07E6C

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

Shades of New York Pink #E07E6C

Tints of New York Pink #E07E6C

Color information

#E07E6C (or 0xE07E6C) is unknown color: approx New York Pink. HEX triplet: E0, 7E and 6C. RGB value is (224,126,108). Sum of RGB (Red+Green+Blue) = 224+126+108=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 126 (49.61% from 255 or 27.51% from 458); Blue value is 108 (42.58% from 255 or 23.58% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E07E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07E6C is #1F8193. Grayscale: #999999. Windows color (decimal): -2064788 or 7110368. OLE color: 7110368.

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

Color convert

RGB224126108-
CMYK00.440.520.12
HSL9.31º65.17%65.1%-
HSV(B)9.31º51.79%87.84%-
XYZ40.9131.8518.18-
YUV153.25102.47178.46-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.91%
GREEN value IS 126 (49.61% from 255) = 27.51%
BLUE value IS 108 (42.58% from 255) = 23.58%
R=48.91%
G=27.51%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412610800.440.520.129.3165.1765.1
HexE07E6C02C34C94141
Octal340176154054641411101101
Binary111000001111110110110001011001101001100100110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07E6C; }

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

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

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

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

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

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

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

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