Html Css Color HEX #E68169 New York Pink

📋 copy color: '#E68169'

red 230 ◦ green 129 ◦ blue 105

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

Shades of New York Pink #E68169

Tints of New York Pink #E68169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.63%

R = 49.57%
G = 27.8%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E68169 (or 0xE68169) is known color: New York Pink. HEX triplet: E6, 81 and 69. RGB value is (230,129,105). Sum of RGB (Red+Green+Blue) = 230+129+105=464 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.57% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 105 (41.41% from 255 or 22.63% from 464); Max value from RGB is 230 - color contains mainly: red. Hex color #E68169 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68169 is #197E96. Grayscale: #9C9C9C. Windows color (decimal): -1670807 or 6914534. OLE color: 6914534.

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

Color convert

RGB 230 129 105 -
CMYK 0 0.44 0.54 0.10
HSL 11.52º 0.71% 0.66% -
HSV(B) 11.52º 0.54% 0.9% -
XYZ 43.03 33.54 17.57 -
YUV 156.46 98.96 180.45 -
System Red Green Blue C M Y K H S L
Decimal 230 129 105 0 0.44 0.54 0.10 11.52 0.71 0.66
Hex E6 81 69 0 2C 36 A C 47 42
Octal 346 201 151 0 54 66 12 14 107 102
Binary 11100110 10000001 1101001 0 101100 110110 1010 1100 1000111 1000010

Color Harmonies of #E68169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68169

Black with #E68169

Text Example


Text Example

White with #E68169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68169; }

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

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

background-color css

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

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

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

border-color css

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

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

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