Html Css Color HEX #E07C69 New York Pink

📋 copy color: '#E07C69'

red 224 ◦ green 124 ◦ blue 105

#E07C69
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New York Pink #E07C69

Tints of New York Pink #E07C69

RGB

 RED value IS 224 (87.89% from 255) = 49.45%

 GREEN value IS 124 (48.83% from 255) = 27.37%

 BLUE value IS 105 (41.41% from 255) = 23.18%

R = 49.45%
G = 27.37%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E07C69 (or 0xE07C69) is known color: New York Pink. HEX triplet: E0, 7C and 69. RGB value is (224,124,105). Sum of RGB (Red+Green+Blue) = 224+124+105=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 105 (41.41% from 255 or 23.18% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07C69 is #1F8396. Grayscale: #979797. Windows color (decimal): -2065303 or 6913248. OLE color: 6913248.

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

Color convert

RGB 224 124 105 -
CMYK 0 0.45 0.53 0.12
HSL 9.58º 0.66% 0.65% -
HSV(B) 9.58º 0.53% 0.88% -
XYZ 40.5 31.28 17.27 -
YUV 151.73 101.63 179.54 -
System Red Green Blue C M Y K H S L
Decimal 224 124 105 0 0.45 0.53 0.12 9.58 0.66 0.65
Hex E0 7C 69 0 2D 35 C A 42 41
Octal 340 174 151 0 55 65 14 12 102 101
Binary 11100000 1111100 1101001 0 101101 110101 1100 1010 1000010 1000001

Color Harmonies of #E07C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07C69

Black with #E07C69

Text Example


Text Example

White with #E07C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07C69; }

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

 H1.HeaderClassName
 {
   color: #E07C69;
 }
 .AnyTagClassName
 {
   color: #E07C69;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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