Html Css Color HEX #E47F70 New York Pink

📋 copy color: '#E47F70'

red 228 ◦ green 127 ◦ blue 112

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

Shades of New York Pink #E47F70

Tints of New York Pink #E47F70

RGB

 RED value IS 228 (89.45% from 255) = 48.82%

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

 BLUE value IS 112 (44.14% from 255) = 23.98%

R = 48.82%
G = 27.19%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E47F70 (or 0xE47F70) is known color: New York Pink. HEX triplet: E4, 7F and 70. RGB value is (228,127,112). Sum of RGB (Red+Green+Blue) = 228+127+112=467 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.82% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 228 - color contains mainly: red. Hex color #E47F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47F70 is #1B808F. Grayscale: #9B9B9B. Windows color (decimal): -1802384 or 7372772. OLE color: 7372772.

HSL color Cylindrical-coordinate representation of color #E47F70: hue angle of 7.76º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E47F70 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 127 112 -
CMYK 0 0.44 0.51 0.11
HSL 7.76º 0.68% 0.67% -
HSV(B) 7.76º 0.51% 0.89% -
XYZ 42.51 32.84 19.43 -
YUV 155.49 103.46 179.72 -
System Red Green Blue C M Y K H S L
Decimal 228 127 112 0 0.44 0.51 0.11 7.76 0.68 0.67
Hex E4 7F 70 0 2C 33 B 8 44 43
Octal 344 177 160 0 54 63 13 10 104 103
Binary 11100100 1111111 1110000 0 101100 110011 1011 1000 1000100 1000011

Color Harmonies of #E47F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47F70

Black with #E47F70

Text Example


Text Example

White with #E47F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47F70; }

 p { color: rgb(228,127,112); }

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

background-color css

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

 a { background-color: rgb(228,127,112); }

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

border-color css

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

 span { border-color: rgb(228,127,112); }

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