Html Css Color HEX #E68069 New York Pink

📋 copy color: '#E68069'

red 230 ◦ green 128 ◦ blue 105

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

Shades of New York Pink #E68069

Tints of New York Pink #E68069

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.65%

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

R = 49.68%
G = 27.65%
B = 22.68%

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

#E68069 (or 0xE68069) is known color: New York Pink. HEX triplet: E6, 80 and 69. RGB value is (230,128,105). Sum of RGB (Red+Green+Blue) = 230+128+105=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E68069 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68069 is #197F96. Grayscale: #9C9C9C. Windows color (decimal): -1671063 or 6914278. OLE color: 6914278.

HSL color Cylindrical-coordinate representation of color #E68069: hue angle of 11.04º 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 #E68069 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 128 105 -
CMYK 0 0.44 0.54 0.10
HSL 11.04º 0.71% 0.66% -
HSV(B) 11.04º 0.54% 0.9% -
XYZ 42.9 33.28 17.53 -
YUV 155.88 99.29 180.87 -
System Red Green Blue C M Y K H S L
Decimal 230 128 105 0 0.44 0.54 0.10 11.04 0.71 0.66
Hex E6 80 69 0 2C 36 A B 47 42
Octal 346 200 151 0 54 66 12 13 107 102
Binary 11100110 10000000 1101001 0 101100 110110 1010 1011 1000111 1000010

Color Harmonies of #E68069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68069

Black with #E68069

Text Example


Text Example

White with #E68069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68069; }

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

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

background-color css

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

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

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

border-color css

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

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

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