Html Css Color HEX #E78270 New York Pink

📋 copy color: '#E78270'

red 231 ◦ green 130 ◦ blue 112

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

Shades of New York Pink #E78270

Tints of New York Pink #E78270

RGB

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

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

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

R = 48.84%
G = 27.48%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E78270 (or 0xE78270) is known color: New York Pink. HEX triplet: E7, 82 and 70. RGB value is (231,130,112). Sum of RGB (Red+Green+Blue) = 231+130+112=473 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.84% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 231 - color contains mainly: red. Hex color #E78270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78270 is #187D8F. Grayscale: #9E9E9E. Windows color (decimal): -1605008 or 7373543. OLE color: 7373543.

HSL color Cylindrical-coordinate representation of color #E78270: hue angle of 9.08º 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 #E78270 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 130 112 -
CMYK 0 0.44 0.52 0.09
HSL 9.08º 0.71% 0.67% -
HSV(B) 9.08º 0.52% 0.91% -
XYZ 43.86 34.12 19.6 -
YUV 158.15 101.96 179.96 -
System Red Green Blue C M Y K H S L
Decimal 231 130 112 0 0.44 0.52 0.09 9.08 0.71 0.67
Hex E7 82 70 0 2C 34 9 9 47 43
Octal 347 202 160 0 54 64 11 11 107 103
Binary 11100111 10000010 1110000 0 101100 110100 1001 1001 1000111 1000011

Color Harmonies of #E78270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78270

Black with #E78270

Text Example


Text Example

White with #E78270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78270; }

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

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

background-color css

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

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

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

border-color css

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

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

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