Html Css Color HEX #E78A70 New York Pink

📋 copy color: '#E78A70'

red 231 ◦ green 138 ◦ blue 112

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

Shades of New York Pink #E78A70

Tints of New York Pink #E78A70

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.69%

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

R = 48.02%
G = 28.69%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E78A70 (or 0xE78A70) is known color: New York Pink. HEX triplet: E7, 8A and 70. RGB value is (231,138,112). Sum of RGB (Red+Green+Blue) = 231+138+112=481 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.02% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 231 - color contains mainly: red. Hex color #E78A70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78A70 is #18758F. Grayscale: #A3A3A3. Windows color (decimal): -1602960 or 7375591. OLE color: 7375591.

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

Color convert

RGB 231 138 112 -
CMYK 0 0.40 0.52 0.09
HSL 13.11º 0.71% 0.67% -
HSV(B) 13.11º 0.52% 0.91% -
XYZ 44.97 36.34 19.97 -
YUV 162.84 99.31 176.61 -
System Red Green Blue C M Y K H S L
Decimal 231 138 112 0 0.40 0.52 0.09 13.11 0.71 0.67
Hex E7 8A 70 0 28 34 9 D 47 43
Octal 347 212 160 0 50 64 11 15 107 103
Binary 11100111 10001010 1110000 0 101000 110100 1001 1101 1000111 1000011

Color Harmonies of #E78A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78A70

Black with #E78A70

Text Example


Text Example

White with #E78A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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