Html Css Color HEX #E78474 New York Pink

📋 copy color: '#E78474'

red 231 ◦ green 132 ◦ blue 116

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

Shades of New York Pink #E78474

Tints of New York Pink #E78474

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.56%

 BLUE value IS 116 (45.7% from 255) = 24.22%

R = 48.23%
G = 27.56%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E78474 (or 0xE78474) is known color: New York Pink. HEX triplet: E7, 84 and 74. RGB value is (231,132,116). Sum of RGB (Red+Green+Blue) = 231+132+116=479 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.23% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 116 (45.70% from 255 or 24.22% from 479); Max value from RGB is 231 - color contains mainly: red. Hex color #E78474 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78474 is #187B8B. Grayscale: #9F9F9F. Windows color (decimal): -1604492 or 7636199. OLE color: 7636199.

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

Color convert

RGB 231 132 116 -
CMYK 0 0.43 0.50 0.09
HSL 8.35º 0.71% 0.68% -
HSV(B) 8.35º 0.5% 0.91% -
XYZ 44.36 34.75 20.89 -
YUV 159.78 103.3 178.8 -
System Red Green Blue C M Y K H S L
Decimal 231 132 116 0 0.43 0.50 0.09 8.35 0.71 0.68
Hex E7 84 74 0 2B 32 9 8 47 44
Octal 347 204 164 0 53 62 11 10 107 104
Binary 11100111 10000100 1110100 0 101011 110010 1001 1000 1000111 1000100

Color Harmonies of #E78474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78474

Black with #E78474

Text Example


Text Example

White with #E78474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78474; }

 p { color: rgb(231,132,116); }

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

background-color css

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

 a { background-color: rgb(231,132,116); }

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

border-color css

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

 span { border-color: rgb(231,132,116); }

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