Html Css Color HEX #E78271 New York Pink

📋 copy color: '#E78271'

red 231 ◦ green 130 ◦ blue 113

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

Shades of New York Pink #E78271

Tints of New York Pink #E78271

RGB

 RED value IS 231 (90.63% from 255) = 48.73%

 GREEN value IS 130 (51.17% from 255) = 27.43%

 BLUE value IS 113 (44.53% from 255) = 23.84%

R = 48.73%
G = 27.43%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E78271 (or 0xE78271) is known color: New York Pink. HEX triplet: E7, 82 and 71. RGB value is (231,130,113). Sum of RGB (Red+Green+Blue) = 231+130+113=474 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.73% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 113 (44.53% from 255 or 23.84% from 474); Max value from RGB is 231 - color contains mainly: red. Hex color #E78271 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78271 is #187D8E. Grayscale: #9E9E9E. Windows color (decimal): -1605007 or 7439079. OLE color: 7439079.

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

Color convert

RGB 231 130 113 -
CMYK 0 0.44 0.51 0.09
HSL 8.64º 0.71% 0.67% -
HSV(B) 8.64º 0.51% 0.91% -
XYZ 43.92 34.15 19.9 -
YUV 158.26 102.46 179.88 -
System Red Green Blue C M Y K H S L
Decimal 231 130 113 0 0.44 0.51 0.09 8.64 0.71 0.67
Hex E7 82 71 0 2C 33 9 9 47 43
Octal 347 202 161 0 54 63 11 11 107 103
Binary 11100111 10000010 1110001 0 101100 110011 1001 1001 1000111 1000011

Color Harmonies of #E78271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78271

Black with #E78271

Text Example


Text Example

White with #E78271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78271; }

 p { color: rgb(231,130,113); }

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

background-color css

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

 a { background-color: rgb(231,130,113); }

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

border-color css

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

 span { border-color: rgb(231,130,113); }

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