Html Css Color HEX #E07F74 New York Pink

📋 copy color: '#E07F74'

red 224 ◦ green 127 ◦ blue 116

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

Shades of New York Pink #E07F74

Tints of New York Pink #E07F74

RGB

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

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

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

R = 47.97%
G = 27.19%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E07F74 (or 0xE07F74) is known color: New York Pink. HEX triplet: E0, 7F and 74. RGB value is (224,127,116). Sum of RGB (Red+Green+Blue) = 224+127+116=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 116 (45.70% from 255 or 24.84% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07F74 is #1F808B. Grayscale: #9A9A9A. Windows color (decimal): -2064524 or 7634912. OLE color: 7634912.

HSL color Cylindrical-coordinate representation of color #E07F74: hue angle of 6.11º 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 #E07F74 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 127 116 -
CMYK 0 0.43 0.48 0.12
HSL 6.11º 0.64% 0.67% -
HSV(B) 6.11º 0.48% 0.88% -
XYZ 41.48 32.29 20.57 -
YUV 154.75 106.14 177.39 -
System Red Green Blue C M Y K H S L
Decimal 224 127 116 0 0.43 0.48 0.12 6.11 0.64 0.67
Hex E0 7F 74 0 2B 30 C 6 40 43
Octal 340 177 164 0 53 60 14 6 100 103
Binary 11100000 1111111 1110100 0 101011 110000 1100 110 1000000 1000011

Color Harmonies of #E07F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07F74

Black with #E07F74

Text Example


Text Example

White with #E07F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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