Html Css Color HEX #E07F73 New York Pink

📋 copy color: '#E07F73'

red 224 ◦ green 127 ◦ blue 115

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

Shades of New York Pink #E07F73

Tints of New York Pink #E07F73

RGB

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

 GREEN value IS 127 (50% from 255) = 27.25%

 BLUE value IS 115 (45.31% from 255) = 24.68%

R = 48.07%
G = 27.25%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E07F73 (or 0xE07F73) is known color: New York Pink. HEX triplet: E0, 7F and 73. RGB value is (224,127,115). Sum of RGB (Red+Green+Blue) = 224+127+115=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 115 (45.31% from 255 or 24.68% from 466); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07F73 is #1F808C. Grayscale: #9A9A9A. Windows color (decimal): -2064525 or 7569376. OLE color: 7569376.

HSL color Cylindrical-coordinate representation of color #E07F73: hue angle of 6.61º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E07F73 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 127 115 -
CMYK 0 0.43 0.49 0.12
HSL 6.61º 0.64% 0.66% -
HSV(B) 6.61º 0.49% 0.88% -
XYZ 41.42 32.26 20.26 -
YUV 154.64 105.64 177.48 -
System Red Green Blue C M Y K H S L
Decimal 224 127 115 0 0.43 0.49 0.12 6.61 0.64 0.66
Hex E0 7F 73 0 2B 31 C 7 40 42
Octal 340 177 163 0 53 61 14 7 100 102
Binary 11100000 1111111 1110011 0 101011 110001 1100 111 1000000 1000010

Color Harmonies of #E07F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07F73

Black with #E07F73

Text Example


Text Example

White with #E07F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07F73; }

 p { color: rgb(224,127,115); }

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

background-color css

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

 a { background-color: rgb(224,127,115); }

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

border-color css

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

 span { border-color: rgb(224,127,115); }

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