Html Css Color HEX #E6857A New York Pink

📋 copy color: '#E6857A'

red 230 ◦ green 133 ◦ blue 122

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

Shades of New York Pink #E6857A

Tints of New York Pink #E6857A

RGB

 RED value IS 230 (90.23% from 255) = 47.42%

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

 BLUE value IS 122 (48.05% from 255) = 25.15%

R = 47.42%
G = 27.42%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E6857A (or 0xE6857A) is known color: New York Pink. HEX triplet: E6, 85 and 7A. RGB value is (230,133,122). Sum of RGB (Red+Green+Blue) = 230+133+122=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 122 (48.05% from 255 or 25.15% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E6857A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6857A is #197A85. Grayscale: #A0A0A0. Windows color (decimal): -1669766 or 8029670. OLE color: 8029670.

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

Color convert

RGB 230 133 122 -
CMYK 0 0.42 0.47 0.10
HSL 6.11º 0.68% 0.69% -
HSV(B) 6.11º 0.47% 0.9% -
XYZ 44.53 35 22.82 -
YUV 160.75 106.14 177.39 -
System Red Green Blue C M Y K H S L
Decimal 230 133 122 0 0.42 0.47 0.10 6.11 0.68 0.69
Hex E6 85 7A 0 2A 2F A 6 44 45
Octal 346 205 172 0 52 57 12 6 104 105
Binary 11100110 10000101 1111010 0 101010 101111 1010 110 1000100 1000101

Color Harmonies of #E6857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6857A

Black with #E6857A

Text Example


Text Example

White with #E6857A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6857A; }

 p { color: rgb(230,133,122); }

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

background-color css

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

 a { background-color: rgb(230,133,122); }

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

border-color css

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

 span { border-color: rgb(230,133,122); }

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