Html Css Color HEX #E07E74 New York Pink

📋 copy color: '#E07E74'

red 224 ◦ green 126 ◦ blue 116

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

Shades of New York Pink #E07E74

Tints of New York Pink #E07E74

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.04%

 BLUE value IS 116 (45.7% from 255) = 24.89%

R = 48.07%
G = 27.04%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E07E74 (or 0xE07E74) is known color: New York Pink. HEX triplet: E0, 7E and 74. RGB value is (224,126,116). Sum of RGB (Red+Green+Blue) = 224+126+116=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 116 (45.70% from 255 or 24.89% from 466); Max value from RGB is 224 - color contains mainly: red. Hex color #E07E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07E74 is #1F818B. Grayscale: #9A9A9A. Windows color (decimal): -2064780 or 7634656. OLE color: 7634656.

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

Color convert

RGB 224 126 116 -
CMYK 0 0.44 0.48 0.12
HSL 5.56º 0.64% 0.67% -
HSV(B) 5.56º 0.48% 0.88% -
XYZ 41.35 32.03 20.53 -
YUV 154.16 106.47 177.81 -
System Red Green Blue C M Y K H S L
Decimal 224 126 116 0 0.44 0.48 0.12 5.56 0.64 0.67
Hex E0 7E 74 0 2C 30 C 6 40 43
Octal 340 176 164 0 54 60 14 6 100 103
Binary 11100000 1111110 1110100 0 101100 110000 1100 110 1000000 1000011

Color Harmonies of #E07E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07E74

Black with #E07E74

Text Example


Text Example

White with #E07E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07E74; }

 p { color: rgb(224,126,116); }

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

background-color css

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

 a { background-color: rgb(224,126,116); }

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

border-color css

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

 span { border-color: rgb(224,126,116); }

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