Html Css Color HEX #E5856D New York Pink

📋 copy color: '#E5856D'

red 229 ◦ green 133 ◦ blue 109

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

Shades of New York Pink #E5856D

Tints of New York Pink #E5856D

RGB

 RED value IS 229 (89.84% from 255) = 48.62%

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

 BLUE value IS 109 (42.97% from 255) = 23.14%

R = 48.62%
G = 28.24%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E5856D (or 0xE5856D) is known color: New York Pink. HEX triplet: E5, 85 and 6D. RGB value is (229,133,109). Sum of RGB (Red+Green+Blue) = 229+133+109=471 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.62% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 229 - color contains mainly: red. Hex color #E5856D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5856D is #1A7A92. Grayscale: #9F9F9F. Windows color (decimal): -1735315 or 7177701. OLE color: 7177701.

HSL color Cylindrical-coordinate representation of color #E5856D: hue angle of 12º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5856D is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 133 109 -
CMYK 0 0.42 0.52 0.10
HSL 12º 0.7% 0.66% -
HSV(B) 12º 0.52% 0.9% -
XYZ 43.46 34.54 18.84 -
YUV 158.97 99.8 177.95 -
System Red Green Blue C M Y K H S L
Decimal 229 133 109 0 0.42 0.52 0.10 12 0.7 0.66
Hex E5 85 6D 0 2A 34 A C 46 42
Octal 345 205 155 0 52 64 12 14 106 102
Binary 11100101 10000101 1101101 0 101010 110100 1010 1100 1000110 1000010

Color Harmonies of #E5856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5856D

Black with #E5856D

Text Example


Text Example

White with #E5856D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5856D; }

 p { color: rgb(229,133,109); }

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

background-color css

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

 a { background-color: rgb(229,133,109); }

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

border-color css

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

 span { border-color: rgb(229,133,109); }

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