Html Css Color HEX #E78372 New York Pink

📋 copy color: '#E78372'

red 231 ◦ green 131 ◦ blue 114

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

Shades of New York Pink #E78372

Tints of New York Pink #E78372

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.52%

 BLUE value IS 114 (44.92% from 255) = 23.95%

R = 48.53%
G = 27.52%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E78372 (or 0xE78372) is known color: New York Pink. HEX triplet: E7, 83 and 72. RGB value is (231,131,114). Sum of RGB (Red+Green+Blue) = 231+131+114=476 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.53% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 231 - color contains mainly: red. Hex color #E78372 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78372 is #187C8D. Grayscale: #9F9F9F. Windows color (decimal): -1604750 or 7504871. OLE color: 7504871.

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

Color convert

RGB 231 131 114 -
CMYK 0 0.43 0.51 0.09
HSL 8.72º 0.71% 0.68% -
HSV(B) 8.72º 0.51% 0.91% -
XYZ 44.11 34.44 20.24 -
YUV 158.96 102.63 179.38 -
System Red Green Blue C M Y K H S L
Decimal 231 131 114 0 0.43 0.51 0.09 8.72 0.71 0.68
Hex E7 83 72 0 2B 33 9 9 47 44
Octal 347 203 162 0 53 63 11 11 107 104
Binary 11100111 10000011 1110010 0 101011 110011 1001 1001 1000111 1000100

Color Harmonies of #E78372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78372

Black with #E78372

Text Example


Text Example

White with #E78372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78372; }

 p { color: rgb(231,131,114); }

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

background-color css

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

 a { background-color: rgb(231,131,114); }

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

border-color css

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

 span { border-color: rgb(231,131,114); }

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