Html Css Color HEX #E68170 New York Pink

📋 copy color: '#E68170'

red 230 ◦ green 129 ◦ blue 112

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

Shades of New York Pink #E68170

Tints of New York Pink #E68170

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.39%

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

R = 48.83%
G = 27.39%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E68170 (or 0xE68170) is known color: New York Pink. HEX triplet: E6, 81 and 70. RGB value is (230,129,112). Sum of RGB (Red+Green+Blue) = 230+129+112=471 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.83% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 230 - color contains mainly: red. Hex color #E68170 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68170 is #197E8F. Grayscale: #9D9D9D. Windows color (decimal): -1670800 or 7373286. OLE color: 7373286.

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

Color convert

RGB 230 129 112 -
CMYK 0 0.44 0.51 0.10
HSL 8.64º 0.7% 0.67% -
HSV(B) 8.64º 0.51% 0.9% -
XYZ 43.41 33.69 19.54 -
YUV 157.26 102.46 179.88 -
System Red Green Blue C M Y K H S L
Decimal 230 129 112 0 0.44 0.51 0.10 8.64 0.7 0.67
Hex E6 81 70 0 2C 33 A 9 46 43
Octal 346 201 160 0 54 63 12 11 106 103
Binary 11100110 10000001 1110000 0 101100 110011 1010 1001 1000110 1000011

Color Harmonies of #E68170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68170

Black with #E68170

Text Example


Text Example

White with #E68170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68170; }

 p { color: rgb(230,129,112); }

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

background-color css

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

 a { background-color: rgb(230,129,112); }

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

border-color css

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

 span { border-color: rgb(230,129,112); }

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