Html Css Color HEX #E78370 New York Pink

📋 copy color: '#E78370'

red 231 ◦ green 131 ◦ blue 112

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

Shades of New York Pink #E78370

Tints of New York Pink #E78370

RGB

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

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

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

R = 48.73%
G = 27.64%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E78370 (or 0xE78370) is known color: New York Pink. HEX triplet: E7, 83 and 70. RGB value is (231,131,112). Sum of RGB (Red+Green+Blue) = 231+131+112=474 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.73% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 112 (44.14% from 255 or 23.63% from 474); Max value from RGB is 231 - color contains mainly: red. Hex color #E78370 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78370 is #187C8F. Grayscale: #9E9E9E. Windows color (decimal): -1604752 or 7373799. OLE color: 7373799.

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

Color convert

RGB 231 131 112 -
CMYK 0 0.43 0.52 0.09
HSL 9.58º 0.71% 0.67% -
HSV(B) 9.58º 0.52% 0.91% -
XYZ 44 34.39 19.65 -
YUV 158.73 101.63 179.54 -
System Red Green Blue C M Y K H S L
Decimal 231 131 112 0 0.43 0.52 0.09 9.58 0.71 0.67
Hex E7 83 70 0 2B 34 9 A 47 43
Octal 347 203 160 0 53 64 11 12 107 103
Binary 11100111 10000011 1110000 0 101011 110100 1001 1010 1000111 1000011

Color Harmonies of #E78370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78370

Black with #E78370

Text Example


Text Example

White with #E78370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78370; }

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

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

background-color css

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

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

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

border-color css

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

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

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