Html Css Color HEX #E68679 New York Pink

📋 copy color: '#E68679'

red 230 ◦ green 134 ◦ blue 121

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

Shades of New York Pink #E68679

Tints of New York Pink #E68679

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.63%

 BLUE value IS 121 (47.66% from 255) = 24.95%

R = 47.42%
G = 27.63%
B = 24.95%

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

#E68679 (or 0xE68679) is known color: New York Pink. HEX triplet: E6, 86 and 79. RGB value is (230,134,121). Sum of RGB (Red+Green+Blue) = 230+134+121=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 121 (47.66% from 255 or 24.95% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E68679 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68679 is #197986. Grayscale: #A1A1A1. Windows color (decimal): -1669511 or 7964390. OLE color: 7964390.

HSL color Cylindrical-coordinate representation of color #E68679: hue angle of 7.16º degrees, saturation: 0.69, 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 #E68679 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 134 121 -
CMYK 0 0.42 0.47 0.10
HSL 7.16º 0.69% 0.69% -
HSV(B) 7.16º 0.47% 0.9% -
XYZ 44.61 35.25 22.54 -
YUV 161.22 105.3 177.06 -
System Red Green Blue C M Y K H S L
Decimal 230 134 121 0 0.42 0.47 0.10 7.16 0.69 0.69
Hex E6 86 79 0 2A 2F A 7 45 45
Octal 346 206 171 0 52 57 12 7 105 105
Binary 11100110 10000110 1111001 0 101010 101111 1010 111 1000101 1000101

Color Harmonies of #E68679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68679

Black with #E68679

Text Example


Text Example

White with #E68679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68679; }

 p { color: rgb(230,134,121); }

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

background-color css

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

 a { background-color: rgb(230,134,121); }

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

border-color css

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

 span { border-color: rgb(230,134,121); }

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