Html Css Color HEX #E07C71 New York Pink

📋 copy color: '#E07C71'

red 224 ◦ green 124 ◦ blue 113

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

Shades of New York Pink #E07C71

Tints of New York Pink #E07C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.51%

R = 48.59%
G = 26.9%
B = 24.51%

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

#E07C71 (or 0xE07C71) is known color: New York Pink. HEX triplet: E0, 7C and 71. RGB value is (224,124,113). Sum of RGB (Red+Green+Blue) = 224+124+113=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 113 (44.53% from 255 or 24.51% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07C71 is #1F838E. Grayscale: #989898. Windows color (decimal): -2065295 or 7437536. OLE color: 7437536.

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

Color convert

RGB 224 124 113 -
CMYK 0 0.45 0.50 0.12
HSL 5.95º 0.64% 0.66% -
HSV(B) 5.95º 0.5% 0.88% -
XYZ 40.93 31.45 19.54 -
YUV 152.65 105.63 178.89 -
System Red Green Blue C M Y K H S L
Decimal 224 124 113 0 0.45 0.50 0.12 5.95 0.64 0.66
Hex E0 7C 71 0 2D 32 C 6 40 42
Octal 340 174 161 0 55 62 14 6 100 102
Binary 11100000 1111100 1110001 0 101101 110010 1100 110 1000000 1000010

Color Harmonies of #E07C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07C71

Black with #E07C71

Text Example


Text Example

White with #E07C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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