Html Css Color HEX #E07C6F New York Pink

📋 copy color: '#E07C6F'

red 224 ◦ green 124 ◦ blue 111

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

Shades of New York Pink #E07C6F

Tints of New York Pink #E07C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.18%

R = 48.8%
G = 27.02%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E07C6F (or 0xE07C6F) is known color: New York Pink. HEX triplet: E0, 7C and 6F. RGB value is (224,124,111). Sum of RGB (Red+Green+Blue) = 224+124+111=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07C6F is #1F8390. Grayscale: #989898. Windows color (decimal): -2065297 or 7306464. OLE color: 7306464.

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

Color convert

RGB 224 124 111 -
CMYK 0 0.45 0.50 0.12
HSL 6.9º 0.65% 0.66% -
HSV(B) 6.9º 0.5% 0.88% -
XYZ 40.82 31.41 18.95 -
YUV 152.42 104.63 179.06 -
System Red Green Blue C M Y K H S L
Decimal 224 124 111 0 0.45 0.50 0.12 6.9 0.65 0.66
Hex E0 7C 6F 0 2D 32 C 7 41 42
Octal 340 174 157 0 55 62 14 7 101 102
Binary 11100000 1111100 1101111 0 101101 110010 1100 111 1000001 1000010

Color Harmonies of #E07C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07C6F

Black with #E07C6F

Text Example


Text Example

White with #E07C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07C6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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