Html Css Color HEX #E07F76 New York Pink

📋 copy color: '#E07F76'

red 224 ◦ green 127 ◦ blue 118

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

Shades of New York Pink #E07F76

Tints of New York Pink #E07F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.16%

R = 47.76%
G = 27.08%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E07F76 (or 0xE07F76) is known color: New York Pink. HEX triplet: E0, 7F and 76. RGB value is (224,127,118). Sum of RGB (Red+Green+Blue) = 224+127+118=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07F76 is #1F8089. Grayscale: #9B9B9B. Windows color (decimal): -2064522 or 7765984. OLE color: 7765984.

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

Color convert

RGB 224 127 118 -
CMYK 0 0.43 0.47 0.12
HSL 5.09º 0.63% 0.67% -
HSV(B) 5.09º 0.47% 0.88% -
XYZ 41.6 32.33 21.19 -
YUV 154.98 107.14 177.23 -
System Red Green Blue C M Y K H S L
Decimal 224 127 118 0 0.43 0.47 0.12 5.09 0.63 0.67
Hex E0 7F 76 0 2B 2F C 5 3F 43
Octal 340 177 166 0 53 57 14 5 77 103
Binary 11100000 1111111 1110110 0 101011 101111 1100 101 111111 1000011

Color Harmonies of #E07F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07F76

Black with #E07F76

Text Example


Text Example

White with #E07F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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