Html Css Color HEX #E78575 New York Pink

📋 copy color: '#E78575'

red 231 ◦ green 133 ◦ blue 117

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

Shades of New York Pink #E78575

Tints of New York Pink #E78575

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.65%

 BLUE value IS 117 (46.09% from 255) = 24.32%

R = 48.02%
G = 27.65%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E78575 (or 0xE78575) is known color: New York Pink. HEX triplet: E7, 85 and 75. RGB value is (231,133,117). Sum of RGB (Red+Green+Blue) = 231+133+117=481 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.02% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 117 (46.09% from 255 or 24.32% from 481); Max value from RGB is 231 - color contains mainly: red. Hex color #E78575 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78575 is #187A8A. Grayscale: #A0A0A0. Windows color (decimal): -1604235 or 7701991. OLE color: 7701991.

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

Color convert

RGB 231 133 117 -
CMYK 0 0.42 0.49 0.09
HSL 8.42º 0.7% 0.68% -
HSV(B) 8.42º 0.49% 0.91% -
XYZ 44.55 35.05 21.25 -
YUV 160.48 103.47 178.3 -
System Red Green Blue C M Y K H S L
Decimal 231 133 117 0 0.42 0.49 0.09 8.42 0.7 0.68
Hex E7 85 75 0 2A 31 9 8 46 44
Octal 347 205 165 0 52 61 11 10 106 104
Binary 11100111 10000101 1110101 0 101010 110001 1001 1000 1000110 1000100

Color Harmonies of #E78575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78575

Black with #E78575

Text Example


Text Example

White with #E78575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78575; }

 p { color: rgb(231,133,117); }

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

background-color css

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

 a { background-color: rgb(231,133,117); }

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

border-color css

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

 span { border-color: rgb(231,133,117); }

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